bf-spl1.c: Don't specify -m68000.

* gcc.dg/bf-spl1.c: Don't specify -m68000.
	* g++.old-deja/g++.pt/static11.C: Xfail for m68k-elf

From-SVN: r111360
This commit is contained in:
Nathan Sidwell 2006-02-22 09:05:07 +00:00 committed by Nathan Sidwell
parent 0d4124d448
commit 6217ebd277
3 changed files with 7 additions and 3 deletions

View 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.

View 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.

View 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);