This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix PR45590


Committed.

Richard.

2010-09-08  Richard Guenther  <rguenther@suse.de>

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

Index: gcc/testsuite/gcc.dg/graphite/pr44391.c
===================================================================
--- gcc/testsuite/gcc.dg/graphite/pr44391.c	(revision 163993)
+++ gcc/testsuite/gcc.dg/graphite/pr44391.c	(working copy)
@@ -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)
 {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]