diff mbox

Fix PR45590

Message ID alpine.LNX.2.00.1009081121330.28912@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Sept. 8, 2010, 9:21 a.m. UTC
Committed.

Richard.

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

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

Patch

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)
 {