diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-15 06:34:27 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-15 06:34:27 +0000 |
commit | 058672f818da2e2fd3eed44737939291cc02d809 (patch) | |
tree | cd6e318f2abeabc01493804644c205c72f5eb7f3 /gcc/dumpfile.c | |
parent | ac2c6188d9bb781b7055c102c0af536fd6ca3366 (diff) | |
download | gcc-058672f818da2e2fd3eed44737939291cc02d809.tar.gz |
2016-04-15 Basile Starynkevitch <basile@starynkevitch.net>
{{merging with even more of GCC 6, using subversion 1.9
svn merge -r229501:229700 ^/trunk
}}
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@235005 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dumpfile.c')
-rw-r--r-- | gcc/dumpfile.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c index e4c4748731e..4517a7280f9 100644 --- a/gcc/dumpfile.c +++ b/gcc/dumpfile.c @@ -20,12 +20,11 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "diagnostic-core.h" -#include "dumpfile.h" -#include "alias.h" -#include "tree.h" #include "options.h" +#include "tree.h" #include "gimple-pretty-print.h" +#include "diagnostic-core.h" +#include "dumpfile.h" #include "context.h" /* If non-NULL, return one past-the-end of the matching SUBPART of |