comparison gcc/gcc-main.c @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 /* "main" for the compiler driver. 1 /* "main" for the compiler driver.
2 Copyright (C) 1987-2017 Free Software Foundation, Inc. 2 Copyright (C) 1987-2018 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
28 #include "tm.h" 28 #include "tm.h"
29 #include "xregex.h" 29 #include "xregex.h"
30 #include "obstack.h" 30 #include "obstack.h"
31 #include "intl.h" 31 #include "intl.h"
32 #include "prefix.h" 32 #include "prefix.h"
33 #include "opt-suggestions.h"
33 #include "gcc.h" 34 #include "gcc.h"
34 35
35 /* Implement the top-level "main" within the driver in terms of 36 /* Implement the top-level "main" within the driver in terms of
36 driver::main (implemented in gcc.c). */ 37 driver::main (implemented in gcc.c). */
37 38