pr19340.c: Disable for AVR as it has no scheduling.

* gcc.dg/pr19340.c: Disable for AVR as it has no scheduling.
* gcc.dg/section1.c: XFAIL AVR as bss section is used  differently.

From-SVN: r136303
This commit is contained in:
Andy Hutchinson 2008-06-02 22:30:37 +00:00 committed by Andy Hutchinson
parent 40f9b82e3f
commit ffd6ff7271
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-06-02 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/pr19340.c: Disable for AVR as it has no scheduling.
* gcc.dg/section1.c: XFAIL AVR as bss section is used differently.
2008-06-02 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/pr18241-1.c: Use long on small int target.

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O1 -fschedule-insns2 -fsched2-use-traces" } */
/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* crisv32-*-* fido-*-* m68k-*-* m32c-*-* } { "*" } { "" } } */
/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* crisv32-*-* fido-*-* m68k-*-* m32c-*-* avr-*-* } { "*" } { "" } } */
extern double f (double x);

View File

@ -1,5 +1,5 @@
/* PR optimization/6871 */
/* Constant variables belong in .rodata, not .bss. */
/* { dg-final { scan-assembler-not "\.bss" } } */
/* { dg-final { scan-assembler-not "\.bss" { xfail avr-*-*} } } */
const int i = 0;