Factor unrelated declarations out of tree.h (1/2)

Diego Novillo dnovillo@google.com
Wed Nov 20 14:43:00 GMT 2013


On Wed, Nov 20, 2013 at 8:32 AM, H.J. Lu <hjl.tools@gmail.com> wrote:

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59212

Thanks.  Fixed.


        PR 59212
        * g++.dg/plugin/selfassign.c: Include stringpool.h

diff --git a/gcc/testsuite/g++.dg/plugin/selfassign.c
b/gcc/testsuite/g++.dg/plugin/selfassign.c
index 2498153..cdab74a 100644
--- a/gcc/testsuite/g++.dg/plugin/selfassign.c
+++ b/gcc/testsuite/g++.dg/plugin/selfassign.c
@@ -8,6 +8,7 @@
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "stringpool.h"
 #include "toplev.h"
 #include "basic-block.h"
 #include "gimple.h"



More information about the Gcc-patches mailing list