Commit bdb7daeb by Georg-Johann Lay Committed by Georg-Johann Lay

pr49994-2.c: Add dg-require-effective-target scheduling.

	
	* gcc.dg/pr49994-2.c: Add dg-require-effective-target scheduling.
	* gcc.dg/pr49994-3.c: Ditto.

From-SVN: r177954
parent 1ad1ae80
2011-08-22 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/pr49994-2.c: Add dg-require-effective-target scheduling.
* gcc.dg/pr49994-3.c: Ditto.
2011-08-22 Richard Guenther <rguenther@suse.de> 2011-08-22 Richard Guenther <rguenther@suse.de>
PR testsuite/50145 PR testsuite/50145
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O -fno-omit-frame-pointer -fschedule-insns2 -fsched2-use-superblocks -g" } */ /* { dg-options "-O -fno-omit-frame-pointer -fschedule-insns2 -fsched2-use-superblocks -g" } */
/* { dg-require-effective-target scheduling } */
int int
bar (int i) bar (int i)
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -fsched2-use-superblocks -g" } */ /* { dg-options "-O2 -fsched2-use-superblocks -g" } */
/* { dg-require-effective-target scheduling } */
void * void *
foo (int offset) foo (int offset)
......
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