]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 29112073d392440c0cf854fa2c3fac35f046f7fa..e937d50277ab8249f6911c284ff17eef2b0a47c4 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 2498153a273fc6981b7451d00c447de30b0188e4..cdab74a19ae2bc2d4a2af303d502c2b73a7487d7 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"