diff options
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/f95-lang.c | 4 | ||||
-rw-r--r-- | gcc/fortran/trans-decl.c | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 6c84d61..743b1d4 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * f95-lang.c: Adjust include files. + * trans-decl.c: Ditto. + 2014-10-24 Tobias Burnus <burnus@net-b.de> * check.c (check_co_collective): Reject coindexed A args. diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index 403ab20..9c3ff22 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -47,6 +47,10 @@ along with GCC; see the file COPYING3. If not see #include "debug.h" #include "diagnostic.h" /* For errorcount/warningcount */ #include "dumpfile.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "cpp.h" #include "trans.h" diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index 3fbc789..07fefd9 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -44,6 +44,10 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "function.h" #include "flags.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "debug.h" #include "constructor.h" |