PR 59212
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2013 13:48:40 +0000 (13:48 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2013 13:48:40 +0000 (13:48 +0000)
* g++.dg/plugin/selfassign.c: Include stringpool.h

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205115 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/plugin/selfassign.c

index 2911207..e937d50 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-20  Diego Novillo  <dnovillo@google.com>
+
+       PR 59212
+       * g++.dg/plugin/selfassign.c: Include stringpool.h
+
 2013-11-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * gcc.target/powerpc/darwin-longlong.c (msw): Make endian-safe.
index 2498153..cdab74a 100644 (file)
@@ -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"