]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/45590 (FAIL: gcc.dg/graphite/pr44391.c: unrecognized command line...
authorRichard Guenther <rguenther@suse.de>
Wed, 8 Sep 2010 09:22:35 +0000 (09:22 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 8 Sep 2010 09:22:35 +0000 (09:22 +0000)
2010-09-08  Richard Guenther  <rguenther@suse.de>

PR testsuite/45590
* gcc.dg/graphite/pr44391.c: Remove -m32 option.

From-SVN: r163995

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr44391.c

index b628e22a1e1fadf74aed9c8e46fc286db41a9d26..4a8bc5047b98e017f53bcb7e0223dbe0628a9d47 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-08  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/45590
+       * gcc.dg/graphite/pr44391.c: Remove -m32 option.
+
 2010-09-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/45576
index 91b3afa175ac1cb85410597e194370eabd9fe933..de9889668916cc9100270b91088c0a60954df752 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-Os -m32 -fgraphite-identity -ffast-math" } */
+/* { dg-options "-Os -fgraphite-identity -ffast-math" } */
 
 void byte_insert_op1 (unsigned char *loc, unsigned char *end, unsigned *pto)
 {