pr19340.c: Disable for AVR as it has no scheduling.
authorAndy Hutchinson <hutchinsonandy@aim.com>
Mon, 2 Jun 2008 22:30:37 +0000 (22:30 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Mon, 2 Jun 2008 22:30:37 +0000 (22:30 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr19340.c
gcc/testsuite/gcc.dg/section1.c

index f87b7e3a28f5119f0b255082c35ed937083f5d6d..67583a16f68ec629cc3d154a447af2d0634edc92 100644 (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.
index a5ff410ff4828ac752a9d30454558bc1bf761f54..844d80677d0418ea45baa503d21b789996bd538e 100644 (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);
 
index e907f193b0fe6bac3d0cd99acd96e9d2c2024d71..39ca969a5720a9cbf5f4d89c73654eeb3017479f 100644 (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;