trans-decl.c: Include diagnostic-core.h besides toplev.h.
2010-07-06 Tobias Burnus <burnus@net-b.de> * trans-decl.c: Include diagnostic-core.h besides toplev.h. * trans-intrinsic.c: Ditto. * trans-types.c: Ditto. * convert.c: Include diagnostic-core.h instead of toplev.h. * options.c: Ditto. * trans-array.c: Ditto. * trans-const.c: Ditto. * trans-expr.c: Ditto. * trans-io.c: Ditto. * trans-openmp.c: Ditto. * trans.c: Ditto. From-SVN: r161885
This commit is contained in:
parent
7114ab4579
commit
c829d0163d
12 changed files with 28 additions and 11 deletions
|
@ -1,3 +1,17 @@
|
|||
2010-07-06 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* trans-decl.c: Include diagnostic-core.h besides toplev.h.
|
||||
* trans-intrinsic.c: Ditto.
|
||||
* trans-types.c: Ditto.
|
||||
* convert.c: Include diagnostic-core.h instead of toplev.h.
|
||||
* options.c: Ditto.
|
||||
* trans-array.c: Ditto.
|
||||
* trans-const.c: Ditto.
|
||||
* trans-expr.c: Ditto.
|
||||
* trans-io.c: Ditto.
|
||||
* trans-openmp.c: Ditto.
|
||||
* trans.c: Ditto.
|
||||
|
||||
2010-07-06 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/PR44693
|
||||
|
|
|
@ -40,7 +40,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "flags.h"
|
||||
#include "convert.h"
|
||||
#include "toplev.h" /* For error. */
|
||||
#include "diagnostic-core.h" /* For error. */
|
||||
#include "gfortran.h"
|
||||
#include "trans.h"
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "gfortran.h"
|
||||
#include "target.h"
|
||||
#include "cpp.h"
|
||||
#include "toplev.h" /* For sorry. */
|
||||
#include "diagnostic-core.h" /* For sorry. */
|
||||
#include "tm.h"
|
||||
|
||||
gfc_option_t gfc_option;
|
||||
|
|
|
@ -80,7 +80,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "toplev.h" /* For internal_error/fatal_error. */
|
||||
#include "diagnostic-core.h" /* For internal_error/fatal_error. */
|
||||
#include "flags.h"
|
||||
#include "gfortran.h"
|
||||
#include "constructor.h"
|
||||
|
|
|
@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "realmpfr.h"
|
||||
#include "toplev.h" /* For fatal_error. */
|
||||
#include "diagnostic-core.h" /* For fatal_error. */
|
||||
#include "double-int.h"
|
||||
#include "gfortran.h"
|
||||
#include "trans.h"
|
||||
|
|
|
@ -29,7 +29,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-dump.h"
|
||||
#include "gimple.h" /* For create_tmp_var_raw. */
|
||||
#include "ggc.h"
|
||||
#include "toplev.h" /* For announce_function/internal_error. */
|
||||
#include "diagnostic-core.h" /* For internal_error. */
|
||||
#include "toplev.h" /* For announce_function. */
|
||||
#include "output.h" /* For decl_default_tls_model. */
|
||||
#include "target.h"
|
||||
#include "function.h"
|
||||
|
|
|
@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "toplev.h" /* For fatal_error. */
|
||||
#include "diagnostic-core.h" /* For fatal_error. */
|
||||
#include "langhooks.h"
|
||||
#include "flags.h"
|
||||
#include "gfortran.h"
|
||||
|
|
|
@ -28,7 +28,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h" /* For UNITS_PER_WORD. */
|
||||
#include "tree.h"
|
||||
#include "ggc.h"
|
||||
#include "toplev.h" /* For rest_of_decl_compilation/internal_error. */
|
||||
#include "diagnostic-core.h" /* For internal_error. */
|
||||
#include "toplev.h" /* For rest_of_decl_compilation. */
|
||||
#include "flags.h"
|
||||
#include "gfortran.h"
|
||||
#include "arith.h"
|
||||
|
|
|
@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "ggc.h"
|
||||
#include "toplev.h" /* For internal_error. */
|
||||
#include "diagnostic-core.h" /* For internal_error. */
|
||||
#include "gfortran.h"
|
||||
#include "trans.h"
|
||||
#include "trans-stmt.h"
|
||||
|
|
|
@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h" /* For create_tmp_var_raw. */
|
||||
#include "toplev.h" /* For internal_error. */
|
||||
#include "diagnostic-core.h" /* For internal_error. */
|
||||
#include "gfortran.h"
|
||||
#include "trans.h"
|
||||
#include "trans-stmt.h"
|
||||
|
|
|
@ -30,7 +30,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h" /* For iso-c-bindings.def. */
|
||||
#include "target.h"
|
||||
#include "ggc.h"
|
||||
#include "toplev.h" /* For rest_of_decl_compilation/fatal_error. */
|
||||
#include "diagnostic-core.h" /* For fatal_error. */
|
||||
#include "toplev.h" /* For rest_of_decl_compilation. */
|
||||
#include "gfortran.h"
|
||||
#include "trans.h"
|
||||
#include "trans-types.h"
|
||||
|
|
|
@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "gimple.h" /* For create_tmp_var_raw. */
|
||||
#include "tree-iterator.h"
|
||||
#include "toplev.h" /* For internal_error. */
|
||||
#include "diagnostic-core.h" /* For internal_error. */
|
||||
#include "defaults.h"
|
||||
#include "flags.h"
|
||||
#include "gfortran.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue