Commit aad0eef6 by Georg-Johann Lay Committed by Georg-Johann Lay

section1.c: Don't xfail for avr.

	
	* gcc.dg/section1.c: Don't xfail for avr.

From-SVN: r178649
parent 74a73e8b
2011-09-07 Georg-Johann Lay <avr@gjlay.de> 2011-09-07 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/section1.c: Don't xfail for avr.
2011-09-07 Georg-Johann Lay <avr@gjlay.de>
PR tree-optimization/50322 PR tree-optimization/50322
* gcc.dg/tree-ssa/ivopts-lt.c: Add xfails for avr. * gcc.dg/tree-ssa/ivopts-lt.c: Add xfails for avr.
......
/* PR optimization/6871 */ /* PR optimization/6871 */
/* Constant variables belong in .rodata, not .bss. */ /* Constant variables belong in .rodata, not .bss. */
/* { dg-final { scan-assembler-not "\.bss" { xfail avr-*-*} } } */ /* { dg-final { scan-assembler-not "\.bss" } } */
const int i = 0; const int i = 0;
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