re PR testsuite/45590 (FAIL: gcc.dg/graphite/pr44391.c: unrecognized command line option '-m32')

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

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

From-SVN: r163995
This commit is contained in:
Richard Guenther 2010-09-08 09:22:35 +00:00 committed by Richard Biener
parent 1814522d1e
commit 0db1920c3d
2 changed files with 6 additions and 1 deletions

View 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

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