diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2014-10-17 13:21:52 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2014-10-17 13:21:52 +0000 |
commit | 3bb2b4cdacbcbf1d805a1085b54d2907958dc713 (patch) | |
tree | 104247cf16734b0a3dba1350c53259d4a4e93d94 /gcc/testsuite | |
parent | bf584ca0afc6b5d334bd4f8dc39ee7aec355815c (diff) | |
download | gcc-3bb2b4cdacbcbf1d805a1085b54d2907958dc713.zip gcc-3bb2b4cdacbcbf1d805a1085b54d2907958dc713.tar.gz gcc-3bb2b4cdacbcbf1d805a1085b54d2907958dc713.tar.bz2 |
gcc-plugin.h: Add tm.h and flattened includes from function.h.
2014-10-17 Andrew MacLeod <amacleod@redhat.com>
* gcc-plugin.h: Add tm.h and flattened includes from function.h.
* testsuite/g++.dg/plugin/pragma_plugin.c: Revert flattening, only
include function.h.
From-SVN: r216402
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/plugin/pragma_plugin.c | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e38cfd6..b355cb0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-10-17 Andrew MacLeod <amacleod@redhat.com> + + * g++.dg/plugin/pragma_plugin.c: Revert flattening to test plugin header + changes. + 2014-10-17 Jakub Jelinek <jakub@redhat.com> PR tree-optimization/63464 diff --git a/gcc/testsuite/g++.dg/plugin/pragma_plugin.c b/gcc/testsuite/g++.dg/plugin/pragma_plugin.c index a4de777..940c302 100644 --- a/gcc/testsuite/g++.dg/plugin/pragma_plugin.c +++ b/gcc/testsuite/g++.dg/plugin/pragma_plugin.c @@ -8,12 +8,6 @@ #include "tm.h" #include "rtl.h" #include "tree.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" -#include "machmode.h" -#include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "c-family/c-pragma.h" #include "cpplib.h" |