http://gcc.gnu.org/viewcvs?view=revision&revision=177954
Committed that patchlet as obvious. testsuite/ * gcc.dg/pr49994-2.c: Add dg-require-effective-target scheduling. * gcc.dg/pr49994-3.c: Ditto. Johann Index: ChangeLog =================================================================== --- ChangeLog (revision 177953) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2011-08-22 Georg-Johann Lay <a...@gjlay.de> + + * gcc.dg/pr49994-2.c: Add dg-require-effective-target scheduling. + * gcc.dg/pr49994-3.c: Ditto. + 2011-08-22 Richard Guenther <rguent...@suse.de> PR testsuite/50145 Index: gcc.dg/pr49994-3.c =================================================================== --- gcc.dg/pr49994-3.c (revision 177949) +++ gcc.dg/pr49994-3.c (working copy) @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O2 -fsched2-use-superblocks -g" } */ +/* { dg-require-effective-target scheduling } */ void * foo (int offset) Index: gcc.dg/pr49994-2.c =================================================================== --- gcc.dg/pr49994-2.c (revision 177949) +++ gcc.dg/pr49994-2.c (working copy) @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O -fno-omit-frame-pointer -fschedule-insns2 -fsched2-use-superblocks -g" } */ +/* { dg-require-effective-target scheduling } */ int bar (int i)