Skip to content

Commit

Permalink
re PR middle-end/59212 (FAIL: g++.dg/plugin/selfassign.c compilation)
Browse files Browse the repository at this point in the history
	PR 59212
	* g++.dg/plugin/selfassign.c: Include stringpool.h

From-SVN: r205115
  • Loading branch information
dnovillo authored and Diego Novillo committed Nov 20, 2013
1 parent f8c370a commit a888f9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2013-11-20 Diego Novillo <[email protected]>

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

2013-11-20 Ulrich Weigand <[email protected]>

* gcc.target/powerpc/darwin-longlong.c (msw): Make endian-safe.
Expand Down
1 change: 1 addition & 0 deletions gcc/testsuite/g++.dg/plugin/selfassign.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a888f9a

Please sign in to comment.