Commit dadcb84c by Uros Bizjak Committed by Uros Bizjak

pr40281.c (dg-options): Add -w.

	* gcc.dg/graphite/pr40281.c (dg-options): Add -w.
	Add -march=i686 -msse for 32bit x86 targets.

From-SVN: r155794
parent 30ce157e
2010-01-10 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/graphite/pr40281.c (dg-options): Add -w.
Add -march=i686 -msse for 32bit x86 targets.
2010-01-10 Richard Guenther <rguenther@suse.de>
PR middle-end/42667
......
/* { dg-do compile } */
/* { dg-options "-O -fprefetch-loop-arrays" } */
/* { dg-options "-O -fprefetch-loop-arrays -w" } */
/* { dg-options "-O -fprefetch-loop-arrays -march=i686 -msse -w" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
void foo(int);
void bar(int n)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment