bf-spl1.c: Don't specify -m68000.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 22 Feb 2006 09:05:07 +0000 (09:05 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 22 Feb 2006 09:05:07 +0000 (09:05 +0000)
* gcc.dg/bf-spl1.c: Don't specify -m68000.
* g++.old-deja/g++.pt/static11.C: Xfail for m68k-elf

From-SVN: r111360

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/static11.C
gcc/testsuite/gcc.dg/bf-spl1.c

index ff6a6dbd716f288e972247fbfbc23e1b32b8f960..d206dedb6760c232f1441b27b9f74d0effeee9a7 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-22  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.dg/bf-spl1.c: Don't specify -m68000.
+       * g++.old-deja/g++.pt/static11.C: Xfail for m68k-elf
+
 2006-02-21  Geoffrey Keating  <geoffk@apple.com>
 
        * g++.dg/eh/spbp.C: New.
index 9fd537c2cc2fa3cee5d5537bd2a53cbdf83597d8..55bb9ff06d44e04d778601574e5c194d9d881eec 100644 (file)
@@ -2,7 +2,7 @@
 // in their dejagnu baseboard description) require that the status is
 // final when exit is entered (or main returns), and not "overruled" by a
 // destructor calling _exit.  It's not really worth it to handle that.
-// { dg-do run { xfail mmix-knuth-mmixware xtensa-*-elf* arm*-*-elf arm*-*-eabi } }
+// { dg-do run { xfail mmix-knuth-mmixware xtensa-*-elf* arm*-*-elf arm*-*-eabi m68k-*-elf } }
 
 // Bug: g++ was failing to destroy C<int>::a because it was using two
 // different sentry variables for construction and destruction.
index e82f3be6fe91d5b626a0faca43f55fe8f8caba7f..7e30db31a1fddf18daace65d3f9fc65a82af2f0e 100644 (file)
@@ -1,6 +1,5 @@
 /* { dg-do run { target m68k-*-* sparc-*-* } } */
-/* { dg-options { -m68000 -O2 } { target m68k-*-* } } */
-/* { dg-options { -O2 } { target sparc-*-* } } */
+/* { dg-options { -O2 } } */
 
 extern void abort (void);