diff options
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 24 | ||||
-rw-r--r-- | gcc/c-family/array-notation-common.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-ada-spec.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-cilkplus.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-common.c | 4 | ||||
-rw-r--r-- | gcc/c-family/c-common.h | 6 | ||||
-rw-r--r-- | gcc/c-family/c-cppbuiltin.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-dump.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-format.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-gimplify.c | 7 | ||||
-rw-r--r-- | gcc/c-family/c-indentation.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-lex.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-omp.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-opts.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-pch.c | 4 | ||||
-rw-r--r-- | gcc/c-family/c-ppoutput.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-pragma.c | 7 | ||||
-rw-r--r-- | gcc/c-family/c-pretty-print.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-semantics.c | 3 | ||||
-rw-r--r-- | gcc/c-family/c-ubsan.c | 7 | ||||
-rw-r--r-- | gcc/c-family/cilk.c | 8 | ||||
-rw-r--r-- | gcc/c-family/stub-objc.c | 3 |
22 files changed, 24 insertions, 85 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 17816a3b73d..a2324a49b54 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,27 @@ +2015-06-08 Andrew MacLeod <amacleod@redhat.com> + + * array-notation-common.c : Adjust include files. + * c-ada-spec.c : Likewise. + * c-cilkplus.c : Likewise. + * c-common.c : Likewise. + * c-common.h : Likewise. + * c-cppbuiltin.c : Likewise. + * c-dump.c : Likewise. + * c-format.c : Likewise. + * c-gimplify.c : Likewise. + * c-indentation.c : Likewise. + * c-lex.c : Likewise. + * c-omp.c : Likewise. + * c-opts.c : Likewise. + * c-pch.c : Likewise. + * c-ppoutput.c : Likewise. + * c-pragma.c : Likewise. + * c-pretty-print.c : Likewise. + * c-semantics.c : Likewise. + * c-ubsan.c : Likewise. + * cilk.c : Likewise. + * stub-objc.c : Likewise. + 2015-06-08 Marek Polacek <polacek@redhat.com> PR c/66415 diff --git a/gcc/c-family/array-notation-common.c b/gcc/c-family/array-notation-common.c index c79ccb4b539..1cdcb19c43e 100644 --- a/gcc/c-family/array-notation-common.c +++ b/gcc/c-family/array-notation-common.c @@ -24,13 +24,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "langhooks.h" #include "tree-iterator.h" diff --git a/gcc/c-family/c-ada-spec.c b/gcc/c-family/c-ada-spec.c index 561a0a6b123..b79eca815c7 100644 --- a/gcc/c-family/c-ada-spec.c +++ b/gcc/c-family/c-ada-spec.c @@ -23,13 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "dumpfile.h" diff --git a/gcc/c-family/c-cilkplus.c b/gcc/c-family/c-cilkplus.c index d2aa2e88fcd..d615bd936aa 100644 --- a/gcc/c-family/c-cilkplus.c +++ b/gcc/c-family/c-cilkplus.c @@ -23,13 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "c-common.h" diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 6f4393b7748..5b76567735a 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -47,13 +47,9 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" #include "diagnostic.h" #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 "hard-reg-set.h" #include "input.h" #include "function.h" diff --git a/gcc/c-family/c-common.h b/gcc/c-family/c-common.h index af86e268775..7ba81c4ecf8 100644 --- a/gcc/c-family/c-common.h +++ b/gcc/c-family/c-common.h @@ -22,16 +22,10 @@ along with GCC; see the file COPYING3. If not see #include "splay-tree.h" #include "cpplib.h" -#include "ggc.h" -#include "hashtab.h" -#include "hash-set.h" #include "input.h" -#include "statistics.h" -#include "vec.h" #include "alias.h" #include "flags.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" diff --git a/gcc/c-family/c-cppbuiltin.c b/gcc/c-family/c-cppbuiltin.c index c44a1493d48..918f51b3565 100644 --- a/gcc/c-family/c-cppbuiltin.c +++ b/gcc/c-family/c-cppbuiltin.c @@ -21,12 +21,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "stor-layout.h" #include "stringpool.h" diff --git a/gcc/c-family/c-dump.c b/gcc/c-family/c-dump.c index b2dd77aed82..3c5d9abd251 100644 --- a/gcc/c-family/c-dump.c +++ b/gcc/c-family/c-dump.c @@ -22,12 +22,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "tree-dump.h" #include "c-common.h" diff --git a/gcc/c-family/c-format.c b/gcc/c-family/c-format.c index 564e47bf0fa..397091b82c2 100644 --- a/gcc/c-family/c-format.c +++ b/gcc/c-family/c-format.c @@ -21,12 +21,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "stringpool.h" #include "flags.h" diff --git a/gcc/c-family/c-gimplify.c b/gcc/c-family/c-gimplify.c index dfa558787e0..8a799b9cef6 100644 --- a/gcc/c-family/c-gimplify.c +++ b/gcc/c-family/c-gimplify.c @@ -27,19 +27,13 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "c-common.h" #include "predict.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" @@ -57,7 +51,6 @@ 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" diff --git a/gcc/c-family/c-indentation.c b/gcc/c-family/c-indentation.c index 5c78e188904..f8c28cfb190 100644 --- a/gcc/c-family/c-indentation.c +++ b/gcc/c-family/c-indentation.c @@ -21,12 +21,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "stringpool.h" #include "stor-layout.h" diff --git a/gcc/c-family/c-lex.c b/gcc/c-family/c-lex.c index 52a8ecc92ea..94ee59d6647 100644 --- a/gcc/c-family/c-lex.c +++ b/gcc/c-family/c-lex.c @@ -21,12 +21,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "stringpool.h" #include "stor-layout.h" diff --git a/gcc/c-family/c-omp.c b/gcc/c-family/c-omp.c index 4d181dcfaf5..e0658f9d503 100644 --- a/gcc/c-family/c-omp.c +++ b/gcc/c-family/c-omp.c @@ -25,12 +25,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "c-common.h" #include "c-pragma.h" diff --git a/gcc/c-family/c-opts.c b/gcc/c-family/c-opts.c index 971f5ebdd6a..b90e0f485f1 100644 --- a/gcc/c-family/c-opts.c +++ b/gcc/c-family/c-opts.c @@ -22,12 +22,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "options.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "c-common.h" #include "c-pragma.h" diff --git a/gcc/c-family/c-pch.c b/gcc/c-family/c-pch.c index 693444cadde..4db9c24be49 100644 --- a/gcc/c-family/c-pch.c +++ b/gcc/c-family/c-pch.c @@ -23,18 +23,14 @@ along with GCC; see the file COPYING3. If not see #include "version.h" #include "cpplib.h" #include "options.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "flags.h" #include "c-common.h" #include "debug.h" #include "c-pragma.h" -#include "ggc.h" #include "langhooks.h" #include "hosthooks.h" #include "target.h" diff --git a/gcc/c-family/c-ppoutput.c b/gcc/c-family/c-ppoutput.c index b7feea632f7..d404c8516e9 100644 --- a/gcc/c-family/c-ppoutput.c +++ b/gcc/c-family/c-ppoutput.c @@ -21,13 +21,10 @@ #include "coretypes.h" #include "cpplib.h" #include "../libcpp/internal.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "c-common.h" /* For flags. */ #include "c-pragma.h" /* For parse_in. */ diff --git a/gcc/c-family/c-pragma.c b/gcc/c-family/c-pragma.c index fafde83d866..5d8300e4e4e 100644 --- a/gcc/c-family/c-pragma.c +++ b/gcc/c-family/c-pragma.c @@ -21,20 +21,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "stringpool.h" #include "attribs.h" #include "varasm.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" /* For cfun. FIXME: Does the parser know @@ -50,7 +44,6 @@ 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" diff --git a/gcc/c-family/c-pretty-print.c b/gcc/c-family/c-pretty-print.c index 34b98a10b1a..2115d76aa54 100644 --- a/gcc/c-family/c-pretty-print.c +++ b/gcc/c-family/c-pretty-print.c @@ -22,13 +22,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "stor-layout.h" #include "attribs.h" diff --git a/gcc/c-family/c-semantics.c b/gcc/c-family/c-semantics.c index 1d6bb54b64c..1b3c27788aa 100644 --- a/gcc/c-family/c-semantics.c +++ b/gcc/c-family/c-semantics.c @@ -22,13 +22,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "hard-reg-set.h" #include "function.h" diff --git a/gcc/c-family/c-ubsan.c b/gcc/c-family/c-ubsan.c index 99abc4a6707..19e9bf15f84 100644 --- a/gcc/c-family/c-ubsan.c +++ b/gcc/c-family/c-ubsan.c @@ -21,21 +21,14 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.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 "tm.h" #include "hard-reg-set.h" #include "input.h" diff --git a/gcc/c-family/cilk.c b/gcc/c-family/cilk.c index 6cf68d285a8..4957ade7e0f 100644 --- a/gcc/c-family/cilk.c +++ b/gcc/c-family/cilk.c @@ -23,13 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "stringpool.h" @@ -41,12 +38,8 @@ 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 "tm.h" #include "hard-reg-set.h" #include "input.h" @@ -54,7 +47,6 @@ along with GCC; see the file COPYING3. If not see #include "ipa-ref.h" #include "cgraph.h" #include "diagnostic.h" -#include "vec.h" #include "cilk.h" enum add_variable_type { diff --git a/gcc/c-family/stub-objc.c b/gcc/c-family/stub-objc.c index 782344f0270..835ebaca94b 100644 --- a/gcc/c-family/stub-objc.c +++ b/gcc/c-family/stub-objc.c @@ -22,13 +22,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "vec.h" -#include "hash-set.h" #include "alias.h" #include "input.h" #include "symtab.h" #include "flags.h" -#include "inchash.h" #include "tree.h" #include "c-common.h" #include "c-objc.h" |