diff options
Diffstat (limited to 'gcc')
156 files changed, 1014 insertions, 50 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00708ed..4de57e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,121 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * cgraph.h: Flatten. Remove all include files. + (symbol_table::initialize): Move to cgraph.c. + * cgraph.c: Adjust include files. + (symbol_table::initialize): Relocate from cgraph.h. + * gengtype.c (open_base_files): Adjust include files. + * gccplugin.h: Add hash-map.h, is-a.h, plugin-api.h, and ipa-ref.h to + included files. + * ipa-inline.h: Remove all include files. + * ipa-prop.h: Ditto. + * ipa-reference.h: Ditto. + * ipa-utils.h: Ditto: + * lto-streamer.h: Remove cgraph.h from include list. + * asan.c: Adjust include files. + * auto-profile.c: Ditto. + * bb-reorder.c: Ditto. + * calls.c: Ditto. + * cfgexpand.c: Ditto. + * cgraphbuild.c: Ditto. + * cgraphclones.c: Ditto. + * cgraphunit.c: Ditto. + * combine.c: Ditto. + * coverage.c: Ditto. + * data-streamer.c: Ditto. + * data-streamer-in.c: Ditto. + * data-streamer-out.c: Ditto. + * dbxout.c: Ditto. + * dwarf2out.c: Ditto. + * except.c: Ditto. + * expr.c: Ditto. + * final.c: Ditto. + * fold-const.c: Ditto. + * ggc-page.c: Ditto. + * gimple-fold.c: Ditto. + * gimple-iterator.c: Ditto. + * gimple-pretty-print.c: Ditto. + * gimple-streamer-in.c: Ditto. + * gimple-streamer-out.c: Ditto. + * gimplify.c: Ditto. + * ipa.c: Ditto. + * ipa-comdats.c: Ditto. + * ipa-cp.c: Ditto. + * ipa-devirt.c: Ditto. + * ipa-icf.c: Ditto. + * ipa-icf-gimple.c: Ditto. + * ipa-inline-analysis.c: Ditto. + * ipa-inline.c: Ditto. + * ipa-inline-transform.c: Ditto. + * ipa-polymorphic-call.c: Ditto. + * ipa-profile.c: Ditto. + * ipa-prop.c: Ditto. + * ipa-pure-const.c: Ditto. + * ipa-ref.c: Ditto. + * ipa-reference.c: Ditto. + * ipa-split.c: Ditto. + * ipa-utils.c: Ditto. + * ipa-visibility.c: Ditto. + * langhooks.c: Ditto. + * lto-cgraph.c: Ditto. + * lto-compress.c: Ditto. + * lto-opts.c: Ditto. + * lto-section-in.c: Ditto. + * lto-section-out.c: Ditto. + * lto-streamer.c: Ditto. + * lto-streamer-in.c: Ditto. + * lto-streamer-out.c: Ditto. + * omp-low.c: Ditto. + * opts-global.c: Ditto. + * passes.c: Ditto. + * predict.c: Ditto. + * print-tree.c: Ditto. + * profile.c: Ditto. + * ree.c: Ditto. + * stor-layout.c: Ditto. + * symtab.c: Ditto. + * toplev.c: Ditto. + * trans-mem.c: Ditto. + * tree.c: Ditto. + * tree-cfg.c: Ditto. + * tree-eh.c: Ditto. + * tree-emutls.c: Ditto. + * tree-inline.c: Ditto. + * tree-nested.c: Ditto. + * tree-pretty-print.c: Ditto. + * tree-profile.c: Ditto. + * tree-sra.c: Ditto. + * tree-ssa-alias.c: Ditto. + * tree-ssa-loop-ivcanon.c: Ditto. + * tree-ssa-loop-ivopts.c: Ditto. + * tree-ssa-pre.c: Ditto. + * tree-ssa-structalias.c: Ditto. + * tree-streamer.c: Ditto. + * tree-streamer-in.c: Ditto. + * tree-streamer-out.c: Ditto. + * tree-switch-conversion.c: Ditto. + * tree-tailcall.c: Ditto. + * tree-vect-data-refs.c: Ditto. + * tree-vectorizer.c: Ditto. + * tree-vect-stmts.c: Ditto. + * tsan.c: Ditto. + * ubsan.c: Ditto. + * value-prof.c: Ditto. + * varasm.c: Ditto. + * varpool.c: Ditto. + * config/arm/arm.c: Ditto. + * config/bfin/bfin.c: Ditto. + * config/c6x/c6x.c: Ditto. + * config/cris/cris.c: Ditto. + * config/darwin.c: Ditto. + * config/darwin-c.c: Ditto. + * config/i386/i386.c: Ditto. + * config/i386/winnt.c: Ditto. + * config/microblaze/microblaze.c: Ditto. + * config/mips/mips.c: Ditto. + * config/rs6000/rs6000.c: Ditto. + * config/rx/rx.c: Ditto. + 2014-10-28 Richard Biener <rguenther@suse.de> * gimple-fold.h (follow_single_use_edges): Declare. diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f4aba23..aab7f4c 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * gcc-interface/trans.c: Adjust include files. + * gcc-interface/utils.c: Ditto. + 2014-10-27 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/utils.c (create_subprog_decl): Adjust condition. diff --git a/gcc/ada/gcc-interface/trans.c b/gcc/ada/gcc-interface/trans.c index 7c3edd3..6f6ee81 100644 --- a/gcc/ada/gcc-interface/trans.c +++ b/gcc/ada/gcc-interface/trans.c @@ -40,6 +40,16 @@ #include "gimple-expr.h" #include "gimplify.h" #include "bitmap.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "diagnostic.h" #include "opts.h" diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c index e823a35..9840953 100644 --- a/gcc/ada/gcc-interface/utils.c +++ b/gcc/ada/gcc-interface/utils.c @@ -42,6 +42,17 @@ #include "target.h" #include "common/common-target.h" #include "langhooks.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "diagnostic.h" #include "timevar.h" @@ -49,6 +49,9 @@ along with GCC; see the file COPYING3. If not see #include "varasm.h" #include "stor-layout.h" #include "tree-iterator.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "stringpool.h" #include "tree-ssanames.h" diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index acc9446..8c7b4ca 100644 --- a/gcc/auto-profile.c +++ b/gcc/auto-profile.c @@ -59,10 +59,15 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "value-prof.h" #include "coverage.h" #include "params.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "tree-inline.h" #include "stringpool.h" diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index d29a951..b6985d4 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -113,6 +113,10 @@ #include "basic-block.h" #include "df.h" #include "bb-reorder.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "except.h" diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index d76a7cb..17cc8c0 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,11 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * c-family/c-common.c: Adjust include files. + * c-family/c-gimplify.c: Ditto. + * c-family/cilk.c: Ditto. + * c-family/c-pragma.c: Ditto. + * c-family/c-ubsan.c: Ditto. + 2014-10-27 Andrew MacLeod <amacleod@redhat.com> * c-gimplify.c: Adjust include files. diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index cd73e27..d42a878 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -46,6 +46,16 @@ along with GCC; see the file COPYING3. If not see #include "tree-iterator.h" #include "hashtab.h" #include "opts.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "target-def.h" #include "gimplify.h" diff --git a/gcc/c-family/c-gimplify.c b/gcc/c-family/c-gimplify.c index 0655536..05fadb7 100644 --- a/gcc/c-family/c-gimplify.c +++ b/gcc/c-family/c-gimplify.c @@ -51,6 +51,9 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "dumpfile.h" #include "c-pretty-print.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "cilk.h" #include "c-ubsan.h" diff --git a/gcc/c-family/c-pragma.c b/gcc/c-family/c-pragma.c index debd5f6..3183410 100644 --- a/gcc/c-family/c-pragma.c +++ b/gcc/c-family/c-pragma.c @@ -44,6 +44,10 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic.h" #include "opts.h" #include "plugin.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #define GCC_BAD(gmsgid) \ diff --git a/gcc/c-family/c-ubsan.c b/gcc/c-family/c-ubsan.c index 7f4dc25..ab16799 100644 --- a/gcc/c-family/c-ubsan.c +++ b/gcc/c-family/c-ubsan.c @@ -23,6 +23,18 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tree.h" #include "alloc-pool.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "output.h" #include "toplev.h" diff --git a/gcc/c-family/cilk.c b/gcc/c-family/cilk.c index 20b3432..f28a9d8 100644 --- a/gcc/c-family/cilk.c +++ b/gcc/c-family/cilk.c @@ -33,6 +33,18 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "c-family/c-common.h" #include "toplev.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "diagnostic.h" #include "cilk.h" diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index dcc5548..6933312 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,8 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * c-decl.c: Adjust include files. + * c-parser.c: Ditto. + 2014-10-27 Phil Muldoon <pmuldoon@redhat.com> Tom Tromey <tromey@redhat.com> diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index d0105ff..8196a7d 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -61,6 +61,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-iterator.h" #include "diagnostic-core.h" #include "dumpfile.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "hash-table.h" #include "langhooks-def.h" diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index fa146de..d316216 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -58,6 +58,15 @@ along with GCC; see the file COPYING3. If not see #include "c-family/c-objc.h" #include "vec.h" #include "target.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "plugin.h" #include "omp-low.h" diff --git a/gcc/calls.c b/gcc/calls.c index 0aebff5..1ddc6ed 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -53,6 +53,9 @@ along with GCC; see the file COPYING3. If not see #include "sbitmap.h" #include "langhooks.h" #include "target.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "except.h" #include "dbgcnt.h" diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index e889409..d78e50a 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -56,6 +56,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimple-walk.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-phinodes.h" diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 9a47ba2..d430bc5 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -43,6 +43,15 @@ along with GCC; see the file COPYING3. If not see #include "dominance.h" #include "cfg.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "intl.h" #include "tree-ssa-alias.h" @@ -54,7 +63,6 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "dumpfile.h" #include "gimple-ssa.h" -#include "cgraph.h" #include "tree-cfg.h" #include "tree-ssa.h" #include "value-prof.h" @@ -63,6 +71,8 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "ipa-utils.h" #include "lto-streamer.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "cfgloop.h" #include "gimple-pretty-print.h" @@ -243,6 +253,15 @@ cgraph_node::record_function_versions (tree decl1, tree decl2) after->prev = before; } +/* Initialize callgraph dump file. */ + +void +symbol_table::initialize (void) +{ + if (!dump_file) + dump_file = dump_begin (TDI_cgraph, NULL); +} + /* Allocate new callgraph node and insert it into basic data structures. */ cgraph_node * diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 377adce..ae73f07 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -21,19 +21,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_CGRAPH_H #define GCC_CGRAPH_H -#include "hash-map.h" -#include "is-a.h" -#include "plugin-api.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "input.h" -#include "function.h" -#include "ipa-ref.h" -#include "dumpfile.h" /* Symbol table consists of functions and variables. TODO: add labels and CONST_DECLs. */ @@ -1785,12 +1772,7 @@ public: friend class cgraph_edge; /* Initialize callgraph dump file. */ - inline void - initialize (void) - { - if (!dump_file) - dump_file = dump_begin (TDI_cgraph, NULL); - } + void initialize (void); /* Register a top-level asm statement ASM_STR. */ inline asm_node *finalize_toplevel_asm (tree asm_str); diff --git a/gcc/cgraphbuild.c b/gcc/cgraphbuild.c index 2dc10a6..51ec01b 100644 --- a/gcc/cgraphbuild.c +++ b/gcc/cgraphbuild.c @@ -45,8 +45,14 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "intl.h" #include "tree-pass.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" #include "except.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" /* Context of record_reference. */ diff --git a/gcc/cgraphclones.c b/gcc/cgraphclones.c index a1ae50f..c8892da 100644 --- a/gcc/cgraphclones.c +++ b/gcc/cgraphclones.c @@ -98,6 +98,11 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic.h" #include "params.h" #include "intl.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "tree-iterator.h" #include "tree-dump.h" diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 3e76bf0..a86bd1b 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -199,6 +199,11 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "fibheap.h" #include "intl.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "tree-iterator.h" #include "tree-pass.h" diff --git a/gcc/combine.c b/gcc/combine.c index a0e10d3..0787d50 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -112,6 +112,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "df.h" #include "valtrack.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "obstack.h" #include "statistics.h" diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index d25a52d..b424d92 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -59,6 +59,10 @@ #include "cfgbuild.h" #include "cfgcleanup.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "ggc.h" #include "except.h" diff --git a/gcc/config/bfin/bfin.c b/gcc/config/bfin/bfin.c index 74313af..2906644 100644 --- a/gcc/config/bfin/bfin.c +++ b/gcc/config/bfin/bfin.c @@ -58,6 +58,10 @@ #include "cfgbuild.h" #include "cfgcleanup.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "langhooks.h" #include "bfin-protos.h" diff --git a/gcc/config/c6x/c6x.c b/gcc/config/c6x/c6x.c index ca563f8..1b44baa 100644 --- a/gcc/config/c6x/c6x.c +++ b/gcc/config/c6x/c6x.c @@ -61,6 +61,10 @@ #include "input.h" #include "function.h" #include "diagnostic-core.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "langhooks.h" #include "target.h" diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index 19e281e..d3673fd 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -64,6 +64,10 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "df.h" #include "opts.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "builtins.h" diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c index 3460c54..ffefa37 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -45,6 +45,17 @@ along with GCC; see the file COPYING3. If not see #include "cfgbuild.h" #include "cfgcleanup.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "../../libcpp/internal.h" diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index c9dfd87..ef898f3 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -70,6 +70,10 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "gimple.h" #include "gimplify.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "lto-section-names.h" diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 71a4f6a..2442f34 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -64,6 +64,10 @@ along with GCC; see the file COPYING3. If not see #include "common/common-target.h" #include "langhooks.h" #include "reload.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "hash-table.h" #include "tree-ssa-alias.h" @@ -71,7 +75,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple-fold.h" #include "tree-eh.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "gimplify.h" #include "cfgloop.h" diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c index 288cbde..3e7902f6 100644 --- a/gcc/config/i386/winnt.c +++ b/gcc/config/i386/winnt.c @@ -60,6 +60,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "lto-section-names.h" #include "builtins.h" diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c index 4549ee9..f9fc6d2 100644 --- a/gcc/config/microblaze/microblaze.c +++ b/gcc/config/microblaze/microblaze.c @@ -63,6 +63,10 @@ #include "df.h" #include "optabs.h" #include "diagnostic-core.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "builtins.h" #include "rtl-iter.h" diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 2f9d2da..3c5ba86 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -82,6 +82,9 @@ along with GCC; see the file COPYING3. If not see #include "opts.h" #include "tree-pass.h" #include "context.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "builtins.h" #include "rtl-iter.h" diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 281e7c9..cd13e77 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -86,6 +86,9 @@ #include "opts.h" #include "tree-vectorizer.h" #include "dumpfile.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "target-globals.h" #include "builtins.h" diff --git a/gcc/config/rx/rx.c b/gcc/config/rx/rx.c index 56a4b14..3b28228 100644 --- a/gcc/config/rx/rx.c +++ b/gcc/config/rx/rx.c @@ -68,6 +68,10 @@ #include "target-def.h" #include "langhooks.h" #include "opts.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "builtins.h" diff --git a/gcc/coverage.c b/gcc/coverage.c index 6b6bebc..0f4fec1 100644 --- a/gcc/coverage.c +++ b/gcc/coverage.c @@ -57,6 +57,10 @@ along with GCC; see the file COPYING3. If not see #include "context.h" #include "pass_manager.h" #include "tree-pass.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "dumpfile.h" #include "diagnostic-core.h" diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 90e69a3..1a2e884 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,18 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * call.c: Adjust include files. + * class.c: Ditto. + * decl2.c: Ditto. + * decl.c: Ditto. + * lambda.c: Ditto. + * mangle.c: Ditto. + * method.c: Ditto. + * optimize.c: Ditto. + * parser.c: Ditto. + * semantics.c: Ditto. + * tree.c: Ditto. + * vtable-class-hierarchy.c: Ditto. + 2014-10-24 Jason Merrill <jason@redhat.com> Implement N3653 (Member initializers and aggregates) and fix diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 8a89aad..31864e9 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -40,6 +40,17 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "c-family/c-objc.h" #include "timevar.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "wide-int.h" diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 5f50aff..ce1d07c 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -35,6 +35,17 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" #include "target.h" #include "convert.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "dumpfile.h" #include "splay-tree.h" diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 1b214ab..320c39f 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -58,6 +58,16 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "splay-tree.h" #include "plugin.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "cilk.h" #include "wide-int.h" diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 60c8a63..ff40710 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -45,6 +45,17 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "c-family/c-common.h" #include "c-family/c-objc.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-inline.h" #include "c-family/c-pragma.h" diff --git a/gcc/cp/lambda.c b/gcc/cp/lambda.c index d4030e3..01a508a 100644 --- a/gcc/cp/lambda.c +++ b/gcc/cp/lambda.c @@ -26,11 +26,22 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tree.h" #include "stringpool.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-iterator.h" #include "cp-tree.h" #include "toplev.h" -#include "vec.h" /* Constructor for a lambda expression. */ diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c index 55f508a..048c957 100644 --- a/gcc/cp/mangle.c +++ b/gcc/cp/mangle.c @@ -57,6 +57,17 @@ along with GCC; see the file COPYING3. If not see #include "obstack.h" #include "flags.h" #include "target.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "wide-int.h" diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 418ed88..10751ed 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -35,6 +35,17 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "common/common-target.h" #include "diagnostic.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" /* Various flags to control the mangling process. */ diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c index f37515ec2..62e32d2 100644 --- a/gcc/cp/optimize.c +++ b/gcc/cp/optimize.c @@ -36,6 +36,15 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "dumpfile.h" #include "tree-iterator.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" /* Prototypes. */ diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 62a815e..e142f42 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -36,6 +36,17 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "diagnostic-core.h" #include "target.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "c-family/c-common.h" #include "c-family/c-objc.h" diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 26e66f5..0d757ca 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -41,6 +41,17 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "timevar.h" #include "diagnostic.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-iterator.h" #include "target.h" diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index ef7f675..32e7bd54 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -32,6 +32,17 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "debug.h" #include "convert.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "splay-tree.h" #include "hash-table.h" diff --git a/gcc/cp/vtable-class-hierarchy.c b/gcc/cp/vtable-class-hierarchy.c index 54c5dd3..4d6de98 100644 --- a/gcc/cp/vtable-class-hierarchy.c +++ b/gcc/cp/vtable-class-hierarchy.c @@ -115,6 +115,18 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "cp-tree.h" #include "output.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-iterator.h" #include "vtable-verify.h" diff --git a/gcc/data-streamer-in.c b/gcc/data-streamer-in.c index 0aa604f..1ee3e9c 100644 --- a/gcc/data-streamer-in.c +++ b/gcc/data-streamer-in.c @@ -40,6 +40,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" /* Read a string from the string table in DATA_IN using input block diff --git a/gcc/data-streamer-out.c b/gcc/data-streamer-out.c index 324003e..ca8b3ab 100644 --- a/gcc/data-streamer-out.c +++ b/gcc/data-streamer-out.c @@ -39,6 +39,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" diff --git a/gcc/data-streamer.c b/gcc/data-streamer.c index 3d15be1..e11746a 100644 --- a/gcc/data-streamer.c +++ b/gcc/data-streamer.c @@ -38,6 +38,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" /* Pack WORK into BP in a variant of uleb format. */ diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 3452d47..9a84f5d 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -98,6 +98,10 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "obstack.h" #include "expr.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #ifdef XCOFF_DEBUGGING_INFO diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 3bce20f..77337bf 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -94,6 +94,10 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "common/common-target.h" #include "langhooks.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "ira.h" #include "lra.h" diff --git a/gcc/except.c b/gcc/except.c index fae9f50..5f156b7 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -145,6 +145,10 @@ along with GCC; see the file COPYING3. If not see #include "cfg.h" #include "cfgrtl.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "diagnostic.h" #include "tree-pretty-print.h" @@ -61,6 +61,9 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "gimple.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-ssanames.h" #include "target.h" diff --git a/gcc/final.c b/gcc/final.c index a3d004c..d5fa89d 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -80,6 +80,10 @@ along with GCC; see the file COPYING3. If not see #include "debug.h" #include "expr.h" #include "tree-pass.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-ssa.h" #include "coverage.h" diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 218afa0..b5a023ae 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -77,6 +77,9 @@ along with GCC; see the file COPYING3. If not see #include "tree-dfa.h" #include "hash-table.h" /* Required for ENABLE_FOLD_CHECKING. */ #include "builtins.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "generic-match.h" 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" diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index b632fb3a..f1c13a5 100644 --- a/gcc/gcc-plugin.h +++ b/gcc/gcc-plugin.h @@ -44,6 +44,10 @@ along with GCC; see the file COPYING3. If not see #include "lcm.h" #include "cfgbuild.h" #include "cfgcleanup.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" /* Event names. */ enum plugin_event diff --git a/gcc/gengtype.c b/gcc/gengtype.c index e48b448..f96c593 100644 --- a/gcc/gengtype.c +++ b/gcc/gengtype.c @@ -1830,9 +1830,9 @@ open_base_files (void) "hashtab.h", "splay-tree.h", "obstack.h", "bitmap.h", "input.h", "tree.h", "rtl.h", "wide-int.h", "hashtab.h", "hash-set.h", "vec.h", "machmode.h", "tm.h", "hard-reg-set.h", "input.h", "predict.h", - "function.h", "insn-config.h", "expr.h", + "function.h", "insn-config.h", "expr.h", "alloc-pool.h", "hard-reg-set.h", "basic-block.h", "cselib.h", "insn-addr.h", - "optabs.h", "libfuncs.h", "debug.h", "ggc.h", "cgraph.h", + "optabs.h", "libfuncs.h", "debug.h", "ggc.h", "hash-table.h", "vec.h", "ggc.h", "dominance.h", "cfg.h", "basic-block.h", "tree-ssa-alias.h", "internal-fn.h", "gimple-fold.h", "tree-eh.h", "gimple-expr.h", "is-a.h", @@ -1841,8 +1841,8 @@ open_base_files (void) "tree-ssa-loop.h", "tree-ssa-loop-ivopts.h", "tree-ssa-loop-manip.h", "tree-ssa-loop-niter.h", "tree-into-ssa.h", "tree-dfa.h", "tree-ssa.h", "reload.h", "cpp-id-data.h", "tree-chrec.h", - "except.h", "output.h", "cfgloop.h", - "target.h", "ipa-prop.h", "lto-streamer.h", "target-globals.h", + "except.h", "output.h", "cfgloop.h", "target.h", "lto-streamer.h", + "target-globals.h", "ipa-ref.h", "cgraph.h", "ipa-prop.h", "ipa-inline.h", "dwarf2out.h", NULL }; const char *const *ifp; diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index af0c1ef..f55c4e9 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -30,6 +30,17 @@ along with GCC; see the file COPYING3. If not see #include "ggc-internal.h" #include "timevar.h" #include "params.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "cfgloop.h" #include "plugin.h" diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c index d0554f4..088a0dd 100644 --- a/gcc/gimple-fold.c +++ b/gcc/gimple-fold.c @@ -55,6 +55,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa.h" #include "tree-ssa-propagate.h" #include "target.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" #include "gimple-pretty-print.h" #include "tree-ssa-address.h" diff --git a/gcc/gimple-iterator.c b/gcc/gimple-iterator.c index f7253dc..d64a46f 100644 --- a/gcc/gimple-iterator.c +++ b/gcc/gimple-iterator.c @@ -42,6 +42,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-phinodes.h" diff --git a/gcc/gimple-pretty-print.c b/gcc/gimple-pretty-print.c index e53f92a..6ae7817 100644 --- a/gcc/gimple-pretty-print.c +++ b/gcc/gimple-pretty-print.c @@ -45,6 +45,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-ssanames.h" diff --git a/gcc/gimple-streamer-in.c b/gcc/gimple-streamer-in.c index efcbb34..d1930dc 100644 --- a/gcc/gimple-streamer-in.c +++ b/gcc/gimple-streamer-in.c @@ -47,6 +47,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-phinodes.h" #include "stringpool.h" #include "tree-ssanames.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" #include "tree-streamer.h" #include "gimple-streamer.h" diff --git a/gcc/gimple-streamer-out.c b/gcc/gimple-streamer-out.c index d2aa689..34a1913 100644 --- a/gcc/gimple-streamer-out.c +++ b/gcc/gimple-streamer-out.c @@ -41,6 +41,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" #include "gimple-streamer.h" #include "lto-streamer.h" diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 3026059..38be0ce 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -57,6 +57,9 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "bitmap.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-ssanames.h" diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 9d33a6a0..97aae4b 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,7 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * go-gcc.cc: Adjust include files. + 2014-10-27 Andrew MacLeod <amacleod@redhat.com> * go-gcc.cc: Adjust include files. diff --git a/gcc/go/go-gcc.cc b/gcc/go/go-gcc.cc index 91b07c6..9aad6b0 100644 --- a/gcc/go/go-gcc.cc +++ b/gcc/go/go-gcc.cc @@ -29,8 +29,9 @@ #include "stor-layout.h" #include "varasm.h" #include "tree-iterator.h" -#include "cgraph.h" -#include "convert.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" #include "vec.h" #include "hashtab.h" #include "hash-set.h" @@ -39,6 +40,9 @@ #include "hard-reg-set.h" #include "input.h" #include "function.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "convert.h" #include "gimple-expr.h" #include "gimplify.h" #include "langhooks.h" diff --git a/gcc/ipa-comdats.c b/gcc/ipa-comdats.c index b270d97..af2aef8 100644 --- a/gcc/ipa-comdats.c +++ b/gcc/ipa-comdats.c @@ -53,9 +53,19 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-pass.h" -#include "hash-map.h" /* Main dataflow loop propagating comdat groups across the symbol table. All references to SYMBOL are examined diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 13da4af..3331dca 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -109,6 +109,20 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "predict.h" #include "basic-block.h" +#include "vec.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "bitmap.h" #include "tree-pass.h" diff --git a/gcc/ipa-devirt.c b/gcc/ipa-devirt.c index e9bc853..32c6549 100644 --- a/gcc/ipa-devirt.c +++ b/gcc/ipa-devirt.c @@ -114,10 +114,20 @@ along with GCC; see the file COPYING3. If not see #include "calls.h" #include "predict.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "expr.h" #include "tree-pass.h" -#include "hash-set.h" #include "target.h" #include "hash-table.h" #include "inchash.h" @@ -128,6 +138,8 @@ along with GCC; see the file COPYING3. If not see #include "gimple-fold.h" #include "gimple-expr.h" #include "gimple.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "diagnostic.h" #include "tree-dfa.h" @@ -136,7 +148,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple-pretty-print.h" #include "stor-layout.h" #include "intl.h" -#include "hash-map.h" /* Hash based set of pairs of types. */ typedef struct diff --git a/gcc/ipa-icf-gimple.c b/gcc/ipa-icf-gimple.c index 827f53f..d3f3795 100644 --- a/gcc/ipa-icf-gimple.c +++ b/gcc/ipa-icf-gimple.c @@ -48,6 +48,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple-pretty-print.h" #include "cfgloop.h" #include "except.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" #include "ipa-utils.h" #include <list> diff --git a/gcc/ipa-icf.c b/gcc/ipa-icf.c index 23816f8..975894b 100644 --- a/gcc/ipa-icf.c +++ b/gcc/ipa-icf.c @@ -82,6 +82,12 @@ along with GCC; see the file COPYING3. If not see #include "tree-dfa.h" #include "tree-pass.h" #include "gimple-pretty-print.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "cfgloop.h" #include "except.h" diff --git a/gcc/ipa-inline-analysis.c b/gcc/ipa-inline-analysis.c index 7da02cd..68b9de0 100644 --- a/gcc/ipa-inline-analysis.c +++ b/gcc/ipa-inline-analysis.c @@ -105,12 +105,16 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssanames.h" #include "tree-ssa-loop-niter.h" #include "tree-ssa-loop.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "lto-streamer.h" #include "data-streamer.h" #include "tree-streamer.h" #include "ipa-inline.h" -#include "alloc-pool.h" #include "cfgloop.h" #include "tree-scalar-evolution.h" #include "ipa-utils.h" diff --git a/gcc/ipa-inline-transform.c b/gcc/ipa-inline-transform.c index 1cb4c05..dbc56c5 100644 --- a/gcc/ipa-inline-transform.c +++ b/gcc/ipa-inline-transform.c @@ -38,6 +38,19 @@ along with GCC; see the file COPYING3. If not see #include "coverage.h" #include "ggc.h" #include "tree-cfg.h" +#include "vec.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "ipa-inline.h" #include "tree-inline.h" diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index bb8c99d..d599900 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -124,6 +124,11 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "gimple.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "except.h" #include "target.h" diff --git a/gcc/ipa-inline.h b/gcc/ipa-inline.h index 8edf496..2ac6e4e 100644 --- a/gcc/ipa-inline.h +++ b/gcc/ipa-inline.h @@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_IPA_INLINE_H #define GCC_IPA_INLINE_H -#include "ipa-prop.h" /* Representation of inline parameters that do depend on context function is inlined into (i.e. known constant values of function parameters. diff --git a/gcc/ipa-polymorphic-call.c b/gcc/ipa-polymorphic-call.c index 3f2d303..33dd1a8 100644 --- a/gcc/ipa-polymorphic-call.c +++ b/gcc/ipa-polymorphic-call.c @@ -34,12 +34,25 @@ along with GCC; see the file COPYING3. If not see #include "tree-pretty-print.h" #include "predict.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-fold.h" #include "gimple-expr.h" #include "gimple.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "diagnostic.h" #include "tree-dfa.h" diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c index 482d007..b83d1cf 100644 --- a/gcc/ipa-profile.c +++ b/gcc/ipa-profile.c @@ -53,6 +53,17 @@ along with GCC; see the file COPYING3. If not see #include "dominance.h" #include "cfg.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-pass.h" #include "tree-ssa-alias.h" @@ -71,6 +82,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "lto-streamer.h" #include "data-streamer.h" +#include "ipa-prop.h" #include "ipa-inline.h" /* Entry in the histogram. */ diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index b574889..db85c7d 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -49,6 +49,11 @@ along with GCC; see the file COPYING3. If not see #include "gimple-walk.h" #include "langhooks.h" #include "target.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "bitmap.h" #include "gimple-ssa.h" diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index d2f0c67..165fc1a 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -20,9 +20,6 @@ along with GCC; see the file COPYING3. If not see #ifndef IPA_PROP_H #define IPA_PROP_H -#include "vec.h" -#include "cgraph.h" -#include "alloc-pool.h" /* The following definitions and interfaces are used by interprocedural analyses or parameters. */ diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index 7613e1c..74aefaf 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -63,6 +63,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "tree-pass.h" #include "langhooks.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" #include "flags.h" #include "diagnostic.h" diff --git a/gcc/ipa-ref.c b/gcc/ipa-ref.c index 4b23f5f..42b703a 100644 --- a/gcc/ipa-ref.c +++ b/gcc/ipa-ref.c @@ -24,6 +24,18 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "ggc.h" #include "target.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "ipa-utils.h" diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index 6993f93..b421f63 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -59,7 +59,12 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "tree-pass.h" #include "splay-tree.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" +#include "bitmap.h" #include "ipa-reference.h" #include "flags.h" #include "diagnostic.h" diff --git a/gcc/ipa-reference.h b/gcc/ipa-reference.h index 3e7dc73..bca6fb2 100644 --- a/gcc/ipa-reference.h +++ b/gcc/ipa-reference.h @@ -20,8 +20,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_IPA_REFERENCE_H #define GCC_IPA_REFERENCE_H -#include "bitmap.h" -#include "cgraph.h" /* In ipa-reference.c */ bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn); diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c index 6a5f5c0..ac68c87 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -104,6 +104,11 @@ along with GCC; see the file COPYING3. If not see #include "gimplify-me.h" #include "gimple-walk.h" #include "target.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "gimple-ssa.h" #include "tree-cfg.h" diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c index e4ea84c..22900cc 100644 --- a/gcc/ipa-utils.c +++ b/gcc/ipa-utils.c @@ -43,12 +43,19 @@ along with GCC; see the file COPYING3. If not see #include "dumpfile.h" #include "langhooks.h" #include "splay-tree.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" +#include "bitmap.h" #include "ipa-reference.h" #include "flags.h" #include "diagnostic.h" #include "langhooks.h" #include "lto-streamer.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" /* Debugging function for postorder and inorder code. NOTE is a string diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h index e1b2d54..b3701af 100644 --- a/gcc/ipa-utils.h +++ b/gcc/ipa-utils.h @@ -20,7 +20,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_IPA_UTILS_H #define GCC_IPA_UTILS_H -#include "cgraph.h" struct ipa_dfs_info { int dfn_number; diff --git a/gcc/ipa-visibility.c b/gcc/ipa-visibility.c index 42d528c..b0823ff 100644 --- a/gcc/ipa-visibility.c +++ b/gcc/ipa-visibility.c @@ -77,6 +77,17 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-pass.h" #include "calls.h" @@ -26,16 +26,27 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "predict.h" #include "basic-block.h" -#include "cgraph.h" -#include "tree-pass.h" #include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" #include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "tree-pass.h" #include "gimple-expr.h" #include "gimplify.h" #include "flags.h" #include "target.h" #include "tree-iterator.h" #include "ipa-utils.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "tree-inline.h" #include "profile.h" diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 6d3813e..731d2d4 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,10 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * class.c: Adjust include files. + * decl.c: Ditto. + * jcf-parse.c: Ditto. + * resource.c: Ditto. + 2014-10-27 Andrew MacLeod <amacleod@redhat.com> * java-gimplify.c: Adjust include files. diff --git a/gcc/java/class.c b/gcc/java/class.c index 2c29a44..7597af7 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -47,6 +47,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "input.h" #include "function.h" #include "ggc.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-iterator.h" #include "target.h" diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 7271ea7..fbd09a3 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -38,13 +38,24 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "jcf.h" #include "java-except.h" #include "ggc.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-inline.h" #include "target.h" #include "version.h" #include "tree-iterator.h" #include "langhooks.h" -#include "cgraph.h" #if defined (DEBUG_JAVA_BINDING_LEVELS) extern void indent (void); diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index 9c4a9cf..a94b151 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -38,6 +38,17 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "parse.h" #include "ggc.h" #include "debug.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "bitmap.h" #include "target.h" diff --git a/gcc/java/resource.c b/gcc/java/resource.c index bc9e029..c0a9249b 100644 --- a/gcc/java/resource.c +++ b/gcc/java/resource.c @@ -42,6 +42,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "function.h" #include "ggc.h" #include "tree-iterator.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" /* A list of all the resources files. */ diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 4bdeaa0..2461fc5 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -37,6 +37,17 @@ along with GCC; see the file COPYING3. If not see #include "langhooks-def.h" #include "diagnostic.h" #include "tree-diagnostic.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "timevar.h" #include "output.h" diff --git a/gcc/lto-cgraph.c b/gcc/lto-cgraph.c index 3071f0c..28ec341 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -48,6 +48,10 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "except.h" #include "timevar.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "data-streamer.h" #include "tree-streamer.h" diff --git a/gcc/lto-compress.c b/gcc/lto-compress.c index fa4b8f4..fec42f9 100644 --- a/gcc/lto-compress.c +++ b/gcc/lto-compress.c @@ -45,6 +45,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "diagnostic-core.h" #include "langhooks.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "lto-compress.h" diff --git a/gcc/lto-opts.c b/gcc/lto-opts.c index ea2a245..d1d153d0 100644 --- a/gcc/lto-opts.c +++ b/gcc/lto-opts.c @@ -44,6 +44,10 @@ along with GCC; see the file COPYING3. If not see #include "options.h" #include "common/common-target.h" #include "diagnostic.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "toplev.h" diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index 2485da9..042dd99 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -44,6 +44,10 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "except.h" #include "timevar.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "lto-compress.h" diff --git a/gcc/lto-section-out.c b/gcc/lto-section-out.c index bb0b394..8089d5d 100644 --- a/gcc/lto-section-out.c +++ b/gcc/lto-section-out.c @@ -42,6 +42,10 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "except.h" #include "langhooks.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" #include "lto-streamer.h" #include "lto-compress.h" diff --git a/gcc/lto-streamer-in.c b/gcc/lto-streamer-in.c index 52186b5..d271af7 100644 --- a/gcc/lto-streamer-in.c +++ b/gcc/lto-streamer-in.c @@ -57,6 +57,10 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic.h" #include "except.h" #include "debug.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" #include "data-streamer.h" #include "gimple-streamer.h" diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index 39931e3..dc406da 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -54,6 +54,10 @@ along with GCC; see the file COPYING3. If not see #include "inchash.h" #include "except.h" #include "lto-symtab.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "data-streamer.h" #include "gimple-streamer.h" diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index cb647bd..b6cac0b 100644 --- a/gcc/lto-streamer.c +++ b/gcc/lto-streamer.c @@ -43,6 +43,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "bitmap.h" #include "diagnostic-core.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "tree-streamer.h" #include "lto-streamer.h" #include "lto-section-names.h" diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 63e4b32..4b875a2 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "hash-table.h" #include "hash-map.h" #include "target.h" -#include "cgraph.h" #include "vec.h" #include "alloc-pool.h" #include "gcov-io.h" diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 39a05e8..426aedf 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,11 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * lto.c: Adjust include files. + * lto-lang.c: Ditto. + * lto-object.c: Ditto. + * lto-partition.c: Ditto. + * lto-symtab.c: Ditto. + 2014-10-27 Andrew MacLeod <amacleod@redhat.com> * lto-lang.c: Adjust include files. diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 8ecce5d..bcef4de 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -49,6 +49,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "diagnostic-core.h" #include "toplev.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "cilk.h" diff --git a/gcc/lto/lto-object.c b/gcc/lto/lto-object.c index 28b459c..1178326 100644 --- a/gcc/lto/lto-object.c +++ b/gcc/lto/lto-object.c @@ -39,6 +39,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "diagnostic-core.h" #include "lto.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "lto-section-names.h" #include "simple-object.h" diff --git a/gcc/lto/lto-partition.c b/gcc/lto/lto-partition.c index b647275..c38931b 100644 --- a/gcc/lto/lto-partition.c +++ b/gcc/lto/lto-partition.c @@ -37,10 +37,15 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "lto-streamer.h" #include "timevar.h" #include "params.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "ipa-utils.h" #include "lto-partition.h" diff --git a/gcc/lto/lto-symtab.c b/gcc/lto/lto-symtab.c index 9ee3cd2..4c4e48a 100644 --- a/gcc/lto/lto-symtab.c +++ b/gcc/lto/lto-symtab.c @@ -39,8 +39,13 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "gimple.h" #include "plugin-api.h" +#include "hash-map.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "ipa-utils.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "builtins.h" diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 1234cee..d8519d9 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -29,20 +29,30 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "predict.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-ssa-operands.h" #include "tree-pass.h" #include "langhooks.h" #include "bitmap.h" -#include "hash-map.h" #include "inchash.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "common.h" #include "debug.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "lto.h" #include "lto-tree.h" diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index dcd7488..0f0f5b2 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * objc-act.c: Adjust include files. + 2014-10-22 Alan Modra <amodra@gmail.com> * objc-encoding.c (encode_array): Cast result of obstack_base. diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 13decfa..12614fe 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -54,6 +54,10 @@ along with GCC; see the file COPYING3. If not see #include "c-family/c-target.h" #include "diagnostic-core.h" #include "intl.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-iterator.h" #include "hash-table.h" diff --git a/gcc/omp-low.c b/gcc/omp-low.c index fe9bf80..9098f0a 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -56,6 +56,9 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "diagnostic-core.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-phinodes.h" @@ -77,6 +80,7 @@ along with GCC; see the file COPYING3. If not see #include "gimple-low.h" #include "tree-cfgcleanup.h" #include "pretty-print.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "tree-nested.h" #include "tree-eh.h" diff --git a/gcc/opts-global.c b/gcc/opts-global.c index 149abc4..6825943 100644 --- a/gcc/opts-global.c +++ b/gcc/opts-global.c @@ -44,6 +44,10 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "dbgcnt.h" #include "debug.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "output.h" #include "plugin.h" diff --git a/gcc/passes.c b/gcc/passes.c index 8432de8..f9d15b8 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -80,6 +80,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "tree-dump.h" #include "df.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "plugin.h" #include "ipa-utils.h" @@ -88,7 +92,6 @@ along with GCC; see the file COPYING3. If not see #include "pass_manager.h" #include "tree-ssa-live.h" /* For remove_unused_locals. */ #include "tree-cfgcleanup.h" -#include "hash-map.h" using namespace gcc; diff --git a/gcc/predict.c b/gcc/predict.c index 7ecaab3..714a88d 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -68,6 +68,8 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-phinodes.h" diff --git a/gcc/print-tree.c b/gcc/print-tree.c index 9563e4d..1878351 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -31,6 +31,17 @@ along with GCC; see the file COPYING3. If not see #include "tree-iterator.h" #include "diagnostic.h" #include "gimple-pretty-print.h" /* FIXME */ +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-dump.h" diff --git a/gcc/profile.c b/gcc/profile.c index d0063d1..a84d5fd 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -80,6 +80,9 @@ along with GCC; see the file COPYING3. If not see #include "tree-cfg.h" #include "cfgloop.h" #include "dumpfile.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "profile.h" @@ -248,6 +248,10 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "tree-pass.h" #include "df.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" /* This structure represents a candidate for elimination. */ diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index fcfabf3..b97b7d7 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -43,6 +43,10 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "regs.h" #include "params.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-inline.h" #include "tree-dump.h" diff --git a/gcc/symtab.c b/gcc/symtab.c index 0b1a121..44bb3a6 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -43,6 +43,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "tree-inline.h" #include "langhooks.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "diagnostic.h" #include "timevar.h" diff --git a/gcc/toplev.c b/gcc/toplev.c index 7d8cefa..2c570d4 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -69,6 +69,10 @@ along with GCC; see the file COPYING3. If not see #include "hosthooks.h" #include "predict.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "opts.h" #include "opts-diagnostic.h" @@ -87,6 +91,7 @@ along with GCC; see the file COPYING3. If not see #include "pass_manager.h" #include "auto-profile.h" #include "dwarf2out.h" +#include "bitmap.h" #include "ipa-reference.h" #include "ipa-prop.h" #include "gcse.h" diff --git a/gcc/trans-mem.c b/gcc/trans-mem.c index 4b0b642..4f451c5 100644 --- a/gcc/trans-mem.c +++ b/gcc/trans-mem.c @@ -48,6 +48,9 @@ #include "gimplify-me.h" #include "gimple-walk.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "stringpool.h" diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index a1793e8..ee10bc6 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -54,6 +54,8 @@ along with GCC; see the file COPYING3. If not see #include "gimplify-me.h" #include "gimple-walk.h" #include "gimple-ssa.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-phinodes.h" diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 7a6e04a..ebd9a3a 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -48,6 +48,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-phinodes.h" diff --git a/gcc/tree-emutls.c b/gcc/tree-emutls.c index eaf9777..c4f9fb6 100644 --- a/gcc/tree-emutls.c +++ b/gcc/tree-emutls.c @@ -44,6 +44,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple-walk.h" #include "tree-pass.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-phinodes.h" #include "ssa-iterators.h" @@ -53,7 +56,6 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "targhooks.h" #include "tree-iterator.h" -#include "hash-map.h" /* Whenever a target does not support thread-local storage (TLS) natively, we can emulate it with some run-time support in libgcc. This will in diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index ea62c86..7ccd66d 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -69,6 +69,11 @@ along with GCC; see the file COPYING3. If not see #include "tree-pretty-print.h" #include "except.h" #include "debug.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "value-prof.h" #include "tree-pass.h" diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index d0041c9..68043f9 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -46,6 +46,9 @@ #include "gimple-walk.h" #include "tree-iterator.h" #include "bitmap.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "expr.h" /* FIXME: For STACK_SAVEAREA_MODE and SAVE_NONLOCAL. */ diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index a74d85a..bafdc5c 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -30,6 +30,15 @@ along with GCC; see the file COPYING3. If not see #include "hash-set.h" #include "gimple-expr.h" #include "predict.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "langhooks.h" #include "tree-iterator.h" diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 70a51f6..1db1de0 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -54,6 +54,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimplify-me.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "stringpool.h" diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index f2013f8..b723ca5 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -112,6 +112,9 @@ along with GCC; see the file COPYING3. If not see #include "tree-dfa.h" #include "tree-ssa.h" #include "tree-pass.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-prop.h" #include "statistics.h" #include "params.h" diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c index 29543d6..2ad57cd 100644 --- a/gcc/tree-ssa-alias.c +++ b/gcc/tree-ssa-alias.c @@ -55,6 +55,11 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "alloc-pool.h" #include "tree-ssa-alias.h" +#include "bitmap.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-reference.h" /* Broad overview of how alias analysis on gimple works: diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index 4be72cc..73ad46a 100644 --- a/gcc/tree-ssa-loop-ivcanon.c +++ b/gcc/tree-ssa-loop-ivcanon.c @@ -63,6 +63,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-phinodes.h" diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 38b9d32..cfa5bab 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -92,6 +92,8 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimplify-me.h" #include "gimple-ssa.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-phinodes.h" diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c index 7774755..736fbf8 100644 --- a/gcc/tree-ssa-pre.c +++ b/gcc/tree-ssa-pre.c @@ -73,6 +73,10 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "dbgcnt.h" #include "domwalk.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-prop.h" #include "tree-ssa-propagate.h" #include "ipa-utils.h" diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 129798a..3621377 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -48,6 +48,9 @@ #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "stringpool.h" #include "tree-ssanames.h" diff --git a/gcc/tree-streamer-in.c b/gcc/tree-streamer-in.c index d6db46f..dfe7775 100644 --- a/gcc/tree-streamer-in.c +++ b/gcc/tree-streamer-in.c @@ -40,6 +40,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "tree-streamer.h" #include "data-streamer.h" #include "streamer-hooks.h" diff --git a/gcc/tree-streamer-out.c b/gcc/tree-streamer-out.c index 94eab79..7419f5a 100644 --- a/gcc/tree-streamer-out.c +++ b/gcc/tree-streamer-out.c @@ -40,6 +40,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "tree-streamer.h" #include "data-streamer.h" #include "streamer-hooks.h" diff --git a/gcc/tree-streamer.c b/gcc/tree-streamer.c index 709e392..102cb22 100644 --- a/gcc/tree-streamer.c +++ b/gcc/tree-streamer.c @@ -41,6 +41,9 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "gimple.h" #include "streamer-hooks.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "tree-streamer.h" /* Check that all the TS_* structures handled by the streamer_write_* and diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-conversion.c index 687b0b7..913bad4 100644 --- a/gcc/tree-switch-conversion.c +++ b/gcc/tree-switch-conversion.c @@ -53,6 +53,9 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA #include "gimple-iterator.h" #include "gimplify-me.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "tree-phinodes.h" diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index e5da090..551ddcb 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -59,6 +59,10 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "cfgloop.h" #include "common/common-target.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "ipa-utils.h" /* The file implements the tail recursion elimination. It is also used to diff --git a/gcc/tree-vect-data-refs.c b/gcc/tree-vect-data-refs.c index 1d30bdf..4387de0 100644 --- a/gcc/tree-vect-data-refs.c +++ b/gcc/tree-vect-data-refs.c @@ -63,6 +63,9 @@ along with GCC; see the file COPYING3. If not see #include "tree-scalar-evolution.h" #include "tree-vectorizer.h" #include "diagnostic-core.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" /* Need to include rtl.h, expr.h, etc. for optabs. */ #include "expr.h" diff --git a/gcc/tree-vect-stmts.c b/gcc/tree-vect-stmts.c index 681479e..0650c6c 100644 --- a/gcc/tree-vect-stmts.c +++ b/gcc/tree-vect-stmts.c @@ -64,6 +64,9 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "tree-vectorizer.h" #include "dumpfile.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "builtins.h" diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index 1a15c81..dc37d1f 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -81,6 +81,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimple-walk.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-phinodes.h" #include "ssa-iterators.h" @@ -68,6 +68,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimplify.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-phinodes.h" #include "stringpool.h" @@ -45,6 +45,9 @@ along with GCC; see the file COPYING3. If not see #include "gimplify.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "stringpool.h" diff --git a/gcc/ubsan.c b/gcc/ubsan.c index 7e05635..568f3c9 100644 --- a/gcc/ubsan.c +++ b/gcc/ubsan.c @@ -29,6 +29,18 @@ along with GCC; see the file COPYING3. If not see #include "cfg.h" #include "cfganal.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-pass.h" #include "tree-ssa-alias.h" @@ -39,7 +51,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimple-ssa.h" #include "gimple-walk.h" -#include "hashtab.h" #include "output.h" #include "tm_p.h" #include "toplev.h" diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 889720e..a65ccb8 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -65,6 +65,10 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "dumpfile.h" #include "profile.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" #include "builtins.h" #include "tree-nested.h" diff --git a/gcc/varasm.c b/gcc/varasm.c index a1e5d5d..61cda94 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -57,6 +57,10 @@ along with GCC; see the file COPYING3. If not see #include "dominance.h" #include "cfg.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "asan.h" #include "rtl-iter.h" diff --git a/gcc/varpool.c b/gcc/varpool.c index 50b5665..3d1ab69 100644 --- a/gcc/varpool.c +++ b/gcc/varpool.c @@ -26,10 +26,20 @@ along with GCC; see the file COPYING3. If not see #include "varasm.h" #include "predict.h" #include "basic-block.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "langhooks.h" #include "diagnostic-core.h" -#include "hashtab.h" #include "timevar.h" #include "debug.h" #include "target.h" @@ -39,7 +49,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-alias.h" #include "gimple.h" #include "lto-streamer.h" -#include "hash-set.h" const char * const tls_model_names[]={"none", "tls-emulated", "tls-real", "tls-global-dynamic", "tls-local-dynamic", |