lto-streamer.h: Don't include target.h and alloc-pool.h.

2015-07-09  Andrew MacLeod  <amacleod@redhat.com>

	* lto-streamer.h: Don't include target.h and alloc-pool.h.
	* builtins.c: Adjust includes.
	* gimple.c: Likewise.
	* ipa-icf.c: Likewise.
	* lto-opts.c: Likewise.
	* ipa-reference.c: Likewise.
	* lto-section-out.c: Likewise.
	* lto-streamer-in.c: Likewise.
	* lto-streamer-out.c: Likewise.
	* opts-global.c: Likewise.
	* symtab.c: Likewise.
	* tree-chkp.c: Likewise.
	* tree-ssa-live.c: Likewise.
	* tree-streamer-in.c: Likewise.
	* tree-streamer-out.c: Likewise.
	* config/darwin.c: Likewise.
	* config/i386/winnt.c: Likewise.

cp
2015-07-09  Andrew MacLeod  <amacleod@redhat.com>

	* cp-ubsan.c: Don't include alloc-pool.h or lto-streamer.h.

lto
2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
	* lto-lang.c: Adjust includes of target.h, alloc-pool.h and
	lto-streamer.h.
	* lto-object.c: Likewise.
	* lto-partition.c: Likewise.
	* lto-symtab.c: Likewise.

From-SVN: r225612
This commit is contained in:
Andrew MacLeod 2015-07-09 14:24:20 +00:00 committed by Andrew Macleod
parent 44fc0a5136
commit f51ade332a
25 changed files with 46 additions and 16 deletions

View File

@ -1,3 +1,23 @@
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
* lto-streamer.h: Don't include target.h and alloc-pool.h.
* builtins.c: Adjust includes.
* gimple.c: Likewise.
* ipa-icf.c: Likewise.
* lto-opts.c: Likewise.
* ipa-reference.c: Likewise.
* lto-section-out.c: Likewise.
* lto-streamer-in.c: Likewise.
* lto-streamer-out.c: Likewise.
* opts-global.c: Likewise.
* symtab.c: Likewise.
* tree-chkp.c: Likewise.
* tree-ssa-live.c: Likewise.
* tree-streamer-in.c: Likewise.
* tree-streamer-out.c: Likewise.
* config/darwin.c: Likewise.
* config/i386/winnt.c: Likewise.
2015-07-09 Richard Biener <rguenther@suse.de>
* genmatch.c (struct expr): Add force_single_use flag.

View File

@ -60,7 +60,6 @@ along with GCC; see the file COPYING3. If not see
#include "builtins.h"
#include "asan.h"
#include "cilk.h"
#include "lto-streamer.h"
#include "cgraph.h"
#include "tree-chkp.h"
#include "rtl-chkp.h"

View File

@ -63,6 +63,7 @@ along with GCC; see the file COPYING3. If not see
#include "tree-eh.h"
#include "gimplify.h"
#include "cgraph.h"
#include "alloc-pool.h"
#include "lto-streamer.h"
#include "lto-section-names.h"

View File

@ -51,6 +51,7 @@ along with GCC; see the file COPYING3. If not see
#include "gimple-fold.h"
#include "tree-eh.h"
#include "cgraph.h"
#include "alloc-pool.h"
#include "lto-streamer.h"
#include "lto-section-names.h"
#include "builtins.h"

View File

@ -1,3 +1,7 @@
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
* cp-ubsan.c: Don't include alloc-pool.h or lto-streamer.h.
2015-07-08 Eric Botcazou <ebotcazou@adacore.com>
* decl2.c (cpp_check): Deal with IS_CONSTEXPR.

View File

@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
#include "cp-tree.h"
#include "gimple.h"
#include "options.h"
#include "alloc-pool.h"
#include "output.h"
#include "toplev.h"
#include "ubsan.h"
@ -40,7 +39,6 @@ along with GCC; see the file COPYING3. If not see
#include "builtins.h"
#include "fold-const.h"
#include "stringpool.h"
#include "lto-streamer.h"
#include "cgraph.h"
/* Test if we should instrument vptr access. */

View File

@ -44,7 +44,6 @@ along with GCC; see the file COPYING3. If not see
#include "alias.h"
#include "demangle.h"
#include "langhooks.h"
#include "lto-streamer.h"
#include "cgraph.h"

View File

@ -89,6 +89,7 @@ along with GCC; see the file COPYING3. If not see
#include "coverage.h"
#include "attribs.h"
#include "print-tree.h"
#include "target.h"
#include "lto-streamer.h"
#include "data-streamer.h"
#include "ipa-utils.h"

View File

@ -57,7 +57,6 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "diagnostic.h"
#include "data-streamer.h"
#include "lto-streamer.h"
static void remove_node_data (struct cgraph_node *node,
void *data ATTRIBUTE_UNUSED);

View File

@ -36,6 +36,7 @@ along with GCC; see the file COPYING3. If not see
#include "common/common-target.h"
#include "diagnostic.h"
#include "cgraph.h"
#include "target.h"
#include "lto-streamer.h"
#include "lto-section-names.h"
#include "toplev.h"

View File

@ -44,7 +44,6 @@ along with GCC; see the file COPYING3. If not see
#include "langhooks.h"
#include "cgraph.h"
#include "data-streamer.h"
#include "lto-streamer.h"
#include "lto-compress.h"
static vec<lto_out_decl_state_ptr> decl_state_stack;

View File

@ -54,6 +54,7 @@ along with GCC; see the file COPYING3. If not see
#include "debug.h"
#include "cgraph.h"
#include "ipa-utils.h"
#include "target.h"
#include "data-streamer.h"
#include "gimple-streamer.h"
#include "lto-streamer.h"

View File

@ -49,6 +49,7 @@ along with GCC; see the file COPYING3. If not see
#include "except.h"
#include "lto-symtab.h"
#include "cgraph.h"
#include "target.h"
#include "lto-streamer.h"
#include "data-streamer.h"
#include "gimple-streamer.h"

View File

@ -24,8 +24,6 @@ along with GCC; see the file COPYING3. If not see
#define GCC_LTO_STREAMER_H
#include "plugin-api.h"
#include "target.h"
#include "alloc-pool.h"
#include "gcov-io.h"
#include "diagnostic.h"

View File

@ -1,3 +1,11 @@
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
* lto-lang.c: Adjust includes of target.h, alloc-pool.h and
lto-streamer.h.
* lto-object.c: Likewise.
* lto-partition.c: Likewise.
* lto-symtab.c: Likewise.
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
* lto-lang.c: Adjust includes for flags.h changes.

View File

@ -43,7 +43,6 @@ along with GCC; see the file COPYING3. If not see
#include "diagnostic-core.h"
#include "toplev.h"
#include "cgraph.h"
#include "lto-streamer.h"
#include "cilk.h"
static tree lto_type_for_size (unsigned, int);

View File

@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see
#include "diagnostic-core.h"
#include "lto.h"
#include "cgraph.h"
#include "lto-streamer.h"
#include "lto-section-names.h"
#include "simple-object.h"

View File

@ -33,10 +33,11 @@ along with GCC; see the file COPYING3. If not see
#include "fold-const.h"
#include "internal-fn.h"
#include "cgraph.h"
#include "target.h"
#include "alloc-pool.h"
#include "lto-streamer.h"
#include "timevar.h"
#include "params.h"
#include "alloc-pool.h"
#include "symbol-summary.h"
#include "ipa-prop.h"
#include "ipa-inline.h"

View File

@ -34,9 +34,10 @@ along with GCC; see the file COPYING3. If not see
#include "fold-const.h"
#include "internal-fn.h"
#include "cgraph.h"
#include "target.h"
#include "alloc-pool.h"
#include "lto-streamer.h"
#include "ipa-utils.h"
#include "alloc-pool.h"
#include "symbol-summary.h"
#include "ipa-prop.h"
#include "ipa-inline.h"

View File

@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see
#include "dbgcnt.h"
#include "debug.h"
#include "cgraph.h"
#include "lto-streamer.h"
#include "target.h"
#include "output.h"
#include "plugin.h"
#include "toplev.h"

View File

@ -36,6 +36,7 @@ along with GCC; see the file COPYING3. If not see
#include "cgraph.h"
#include "diagnostic.h"
#include "timevar.h"
#include "target.h"
#include "lto-streamer.h"
#include "output.h"
#include "ipa-utils.h"

View File

@ -60,7 +60,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree-chkp.h"
#include "gimple-walk.h"
#include "tree-dfa.h"
#include "lto-streamer.h"
#include "cgraph.h"
#include "ipa-chkp.h"
#include "params.h"

View File

@ -48,7 +48,6 @@ along with GCC; see the file COPYING3. If not see
#include "diagnostic-core.h"
#include "debug.h"
#include "tree-ssa.h"
#include "lto-streamer.h"
#include "cgraph.h"
#include "ipa-utils.h"

View File

@ -33,10 +33,10 @@ along with GCC; see the file COPYING3. If not see
#include "stringpool.h"
#include "internal-fn.h"
#include "cgraph.h"
#include "target.h"
#include "tree-streamer.h"
#include "data-streamer.h"
#include "streamer-hooks.h"
#include "lto-streamer.h"
#include "builtins.h"
#include "ipa-chkp.h"
#include "gomp-constants.h"

View File

@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see
#include "stor-layout.h"
#include "internal-fn.h"
#include "cgraph.h"
#include "target.h"
#include "tree-streamer.h"
#include "data-streamer.h"
#include "streamer-hooks.h"