54455.c: Require scheduling.

* gcc.dg/54455.c: Require scheduling.
	* gcc.dg/c1x-align-4.c: Skip avr.
	* gcc.dg/pr44024.c: Skip avr in final scan.

From-SVN: r193827
This commit is contained in:
Georg-Johann Lay 2012-11-26 18:47:23 +00:00 committed by Georg-Johann Lay
parent 72c931b4f6
commit d8405cc137
4 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-11-26 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/54455.c: Require scheduling.
* gcc.dg/c1x-align-4.c: Skip avr.
* gcc.dg/pr44024.c: Skip avr in final scan.
2012-11-26 Georg-Johann Lay <avr@gjlay.de>
PR testsuite/52641

View File

@ -1,6 +1,7 @@
/* PR rtl-optimization/54455 */
/* { dg-do compile } */
/* { dg-options "-O1 -fschedule-insns -fselective-scheduling --param max-sched-extend-regions-iters=2" } */
/* { dg-require-effective-target scheduling } */
extern void fn1 (void), fn2 (void);

View File

@ -2,6 +2,7 @@
are at least some alignment constraints). */
/* { dg-do compile } */
/* { dg-options "-std=c1x -pedantic-errors" } */
/* { dg-skip-if "no alignment constraints" { "avr-*-*" } { "*" } { "" } } */
#include <stddef.h>

View File

@ -10,5 +10,5 @@ int main()
return 0;
}
/* { dg-final { scan-tree-dump-not "foo" "original" } } */
/* { dg-final { scan-tree-dump-not "foo" "original" { target { ! avr*-*-* } } } } */
/* { dg-final { cleanup-tree-dump "original" } } */