summaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog23
-rw-r--r--gcc/fortran/convert.c3
-rw-r--r--gcc/fortran/cpp.c1
-rw-r--r--gcc/fortran/decl.c1
-rw-r--r--gcc/fortran/f95-lang.c3
-rw-r--r--gcc/fortran/iresolve.c3
-rw-r--r--gcc/fortran/match.c1
-rw-r--r--gcc/fortran/module.c3
-rw-r--r--gcc/fortran/options.c3
-rw-r--r--gcc/fortran/target-memory.c1
-rw-r--r--gcc/fortran/trans-array.c3
-rw-r--r--gcc/fortran/trans-common.c1
-rw-r--r--gcc/fortran/trans-const.c3
-rw-r--r--gcc/fortran/trans-decl.c1
-rw-r--r--gcc/fortran/trans-expr.c3
-rw-r--r--gcc/fortran/trans-intrinsic.c1
-rw-r--r--gcc/fortran/trans-io.c3
-rw-r--r--gcc/fortran/trans-openmp.c3
-rw-r--r--gcc/fortran/trans-stmt.c3
-rw-r--r--gcc/fortran/trans-types.c1
-rw-r--r--gcc/fortran/trans.c3
21 files changed, 35 insertions, 32 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 75bce2f6e53..295229a52cb 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,26 @@
+2015-07-07 Andrew MacLeod <amacleod@redhat.com>
+
+ * convert.c: Adjust includes.
+ * cpp.c: Likewise.
+ * decl.c: Likewise.
+ * f95-lang.c: Likewise.
+ * iresolve.c: Likewise.
+ * match.c: Likewise.
+ * module.c: Likewise.
+ * options.c: Likewise.
+ * target-memory.c: Likewise.
+ * trans-array.c: Likewise.
+ * trans-common.c: Likewise.
+ * trans-const.c: Likewise.
+ * trans-decl.c: Likewise.
+ * trans-expr.c: Likewise.
+ * trans-intrinsic.c: Likewise.
+ * trans-io.c: Likewise.
+ * trans-openmp.c: Likewise.
+ * trans-stmt.c: Likewise.
+ * trans-types.c: Likewise.
+ * trans.c: Likewise.
+
2015-07-07 Andre Vehreschild <vehre@gmx.de>
PR fortran/66578
diff --git a/gcc/fortran/convert.c b/gcc/fortran/convert.c
index dfef05b8d7f..21fc36fc747 100644
--- a/gcc/fortran/convert.c
+++ b/gcc/fortran/convert.c
@@ -26,9 +26,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "fold-const.h"
#include "convert.h"
diff --git a/gcc/fortran/cpp.c b/gcc/fortran/cpp.c
index 363763f0962..daffc2069bf 100644
--- a/gcc/fortran/cpp.c
+++ b/gcc/fortran/cpp.c
@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "alias.h"
-#include "symtab.h"
#include "tree.h"
#include "version.h"
#include "flags.h"
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c
index 04dc7f4d13f..8ab4d79fb9e 100644
--- a/gcc/fortran/decl.c
+++ b/gcc/fortran/decl.c
@@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "constructor.h"
#include "alias.h"
-#include "symtab.h"
#include "tree.h"
#include "stringpool.h"
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c
index 1d960941854..f73bc08aba6 100644
--- a/gcc/fortran/f95-lang.c
+++ b/gcc/fortran/f95-lang.c
@@ -29,9 +29,8 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "gfortran.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "flags.h"
#include "langhooks.h"
#include "langhooks-def.h"
diff --git a/gcc/fortran/iresolve.c b/gcc/fortran/iresolve.c
index 9dab49e5f48..cf79256b14e 100644
--- a/gcc/fortran/iresolve.c
+++ b/gcc/fortran/iresolve.c
@@ -30,9 +30,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "stringpool.h"
#include "gfortran.h"
#include "intrinsic.h"
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c
index c66addb180e..14035319dd5 100644
--- a/gcc/fortran/match.c
+++ b/gcc/fortran/match.c
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "match.h"
#include "parse.h"
#include "alias.h"
-#include "symtab.h"
#include "tree.h"
#include "stringpool.h"
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c
index 24662f464de..ebfb89bb150 100644
--- a/gcc/fortran/module.c
+++ b/gcc/fortran/module.c
@@ -74,9 +74,8 @@ along with GCC; see the file COPYING3. If not see
#include "constructor.h"
#include "cpp.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "stringpool.h"
#include "scanner.h"
#include <zlib.h>
diff --git a/gcc/fortran/options.c b/gcc/fortran/options.c
index 9c30cf3a9e5..e367e157e14 100644
--- a/gcc/fortran/options.c
+++ b/gcc/fortran/options.c
@@ -22,9 +22,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "flags.h"
#include "intl.h"
#include "opts.h"
diff --git a/gcc/fortran/target-memory.c b/gcc/fortran/target-memory.c
index ddb6b4f3897..9895bc315f1 100644
--- a/gcc/fortran/target-memory.c
+++ b/gcc/fortran/target-memory.c
@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "flags.h"
#include "alias.h"
-#include "symtab.h"
#include "tree.h"
#include "fold-const.h"
#include "stor-layout.h"
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c
index afea5eca7d0..a520f03ddf7 100644
--- a/gcc/fortran/trans-array.c
+++ b/gcc/fortran/trans-array.c
@@ -80,9 +80,8 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "gfortran.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "fold-const.h"
#include "gimple-expr.h"
#include "diagnostic-core.h" /* For internal_error/fatal_error. */
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c
index cad846a08dd..7f4bfe58c69 100644
--- a/gcc/fortran/trans-common.c
+++ b/gcc/fortran/trans-common.c
@@ -100,7 +100,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "alias.h"
-#include "symtab.h"
#include "tree.h"
#include "fold-const.h"
#include "stringpool.h"
diff --git a/gcc/fortran/trans-const.c b/gcc/fortran/trans-const.c
index 5673b983358..1d1e9634633 100644
--- a/gcc/fortran/trans-const.c
+++ b/gcc/fortran/trans-const.c
@@ -25,9 +25,8 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "gfortran.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "fold-const.h"
#include "stor-layout.h"
#include "realmpfr.h"
diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c
index aec20189528..f95ca167c2f 100644
--- a/gcc/fortran/trans-decl.c
+++ b/gcc/fortran/trans-decl.c
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "tm.h"
#include "gfortran.h"
#include "alias.h"
-#include "symtab.h"
#include "tree.h"
#include "fold-const.h"
#include "stringpool.h"
diff --git a/gcc/fortran/trans-expr.c b/gcc/fortran/trans-expr.c
index 195f7a4f536..adc5c0aabe8 100644
--- a/gcc/fortran/trans-expr.c
+++ b/gcc/fortran/trans-expr.c
@@ -26,9 +26,8 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "gfortran.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "fold-const.h"
#include "stringpool.h"
#include "diagnostic-core.h" /* For fatal_error. */
diff --git a/gcc/fortran/trans-intrinsic.c b/gcc/fortran/trans-intrinsic.c
index 11554818e7a..66bc72afbab 100644
--- a/gcc/fortran/trans-intrinsic.c
+++ b/gcc/fortran/trans-intrinsic.c
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h" /* For UNITS_PER_WORD. */
#include "alias.h"
-#include "symtab.h"
#include "tree.h"
#include "fold-const.h"
#include "stringpool.h"
diff --git a/gcc/fortran/trans-io.c b/gcc/fortran/trans-io.c
index db0f6d941a2..7afa726c961 100644
--- a/gcc/fortran/trans-io.c
+++ b/gcc/fortran/trans-io.c
@@ -23,9 +23,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "fold-const.h"
#include "stringpool.h"
#include "stor-layout.h"
diff --git a/gcc/fortran/trans-openmp.c b/gcc/fortran/trans-openmp.c
index ca7e2503c40..294b6ef731d 100644
--- a/gcc/fortran/trans-openmp.c
+++ b/gcc/fortran/trans-openmp.c
@@ -23,9 +23,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "fold-const.h"
#include "gimple-expr.h"
#include "gimplify.h" /* For create_tmp_var_raw. */
diff --git a/gcc/fortran/trans-stmt.c b/gcc/fortran/trans-stmt.c
index a6ab07a8204..c5eb04c7ed7 100644
--- a/gcc/fortran/trans-stmt.c
+++ b/gcc/fortran/trans-stmt.c
@@ -24,9 +24,8 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "fold-const.h"
#include "stringpool.h"
#include "gfortran.h"
diff --git a/gcc/fortran/trans-types.c b/gcc/fortran/trans-types.c
index db628a5dc84..61f58273f13 100644
--- a/gcc/fortran/trans-types.c
+++ b/gcc/fortran/trans-types.c
@@ -34,7 +34,6 @@ along with GCC; see the file COPYING3. If not see
FLOAT_TYPE_SIZE, DOUBLE_TYPE_SIZE and
LONG_DOUBLE_TYPE_SIZE. */
#include "alias.h"
-#include "symtab.h"
#include "tree.h"
#include "fold-const.h"
#include "stor-layout.h"
diff --git a/gcc/fortran/trans.c b/gcc/fortran/trans.c
index 9e85b37232b..aece77ab5cd 100644
--- a/gcc/fortran/trans.c
+++ b/gcc/fortran/trans.c
@@ -23,9 +23,8 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "gfortran.h"
#include "alias.h"
-#include "symtab.h"
-#include "options.h"
#include "tree.h"
+#include "options.h"
#include "fold-const.h"
#include "gimple-expr.h" /* For create_tmp_var_raw. */
#include "stringpool.h"