* gcc.dg/graphite/run-id-pr47593.c: Remove -m32.

From-SVN: r177666
This commit is contained in:
Michael Matz 2011-08-11 13:43:05 +00:00 committed by Michael Matz
parent 78926be115
commit 0f8de04340
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-08-11 Michael Matz <matz@suse.de>
* gcc.dg/graphite/run-id-pr47593.c: Remove -m32.
2011-08-11 Ira Rosen <ira.rosen@linaro.org>
PR tree-optimization/50039

View File

@ -1,4 +1,4 @@
/* { dg-options "-O2 -fgraphite-identity -m32" } */
/* { dg-options "-O2 -fgraphite-identity" } */
struct Foo {
int **p;