* gcc.dg/graphite/run-id-pr47593.c: Remove -m32.
authorMichael Matz <matz@suse.de>
Thu, 11 Aug 2011 13:43:05 +0000 (13:43 +0000)
committerMichael Matz <matz@gcc.gnu.org>
Thu, 11 Aug 2011 13:43:05 +0000 (13:43 +0000)
From-SVN: r177666

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/run-id-pr47593.c

index 4ec4ba1..d515387 100644 (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
index 6c8450e..16e7771 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -fgraphite-identity -m32" } */
+/* { dg-options "-O2 -fgraphite-identity" } */
 
 struct Foo {
   int **p;