* g++.old-deja/g++.pt/static11.C: Xfail for m68k-elf
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111360
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
2006-02-21 Geoffrey Keating <geoffk@apple.com>
* g++.dg/eh/spbp.C: New.
// 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.
// 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.
// Bug: g++ was failing to destroy C<int>::a because it was using two
// different sentry variables for construction and destruction.
/* { dg-do run { target m68k-*-* sparc-*-* } } */
/* { dg-do run { target m68k-*-* sparc-*-* } } */
-/* { dg-options { -m68000 -O2 } { target m68k-*-* } } */
-/* { dg-options { -O2 } { target sparc-*-* } } */
+/* { dg-options { -O2 } } */
extern void abort (void);
extern void abort (void);