Commit a888f9ad by Diego Novillo Committed by Diego Novillo

re PR middle-end/59212 (FAIL: g++.dg/plugin/selfassign.c compilation)

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

From-SVN: r205115
parent f8c370af
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> 2013-11-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gcc.target/powerpc/darwin-longlong.c (msw): Make endian-safe. * gcc.target/powerpc/darwin-longlong.c (msw): Make endian-safe.
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" #include "tm.h"
#include "tree.h" #include "tree.h"
#include "stringpool.h"
#include "toplev.h" #include "toplev.h"
#include "basic-block.h" #include "basic-block.h"
#include "gimple.h" #include "gimple.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment