Commit 2f4e77e8 by Georg-Johann Lay Committed by Georg-Johann Lay

pr55153.c: Add dg-require-effective-target scheduling.

	* gcc.dg/pr55153.c: Add dg-require-effective-target scheduling.
	* gcc.dg/pr56228.c <avr>: Skip.

From-SVN: r196429
parent e303dcce
2013-03-04 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/pr55153.c: Add dg-require-effective-target scheduling.
* gcc.dg/pr56228.c <avr>: Skip.
2013-03-04 Georg-Johann Lay <avr@gjlay.de>
PR testsuite/52641
PR tree-optimization/52631
* gcc.dg/tree-ssa/pr52631.c: Fix 16-bit int.
......
/* PR tree-optimization/55153 */
/* { dg-do compile } */
/* { dg-options "-O -fsched2-use-superblocks -fschedule-insns2" } */
/* { dg-require-effective-target scheduling } */
extern int a[];
......
/* PR target/56228 */
/* { dg-do assemble } */
/* { dg-options "-O2" } */
/* { dg-skip-if "accessing program memory with data memory address" { "avr-*-*" } { "*" } { "" } } */
short a[14] = { 1, 2 };
short b[15] = { 3, 4 };
......
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