Commit 6217ebd2 by Nathan Sidwell Committed by Nathan Sidwell

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
parent 0d4124d4
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> 2006-02-21 Geoffrey Keating <geoffk@apple.com>
* g++.dg/eh/spbp.C: New. * g++.dg/eh/spbp.C: New.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// in their dejagnu baseboard description) require that the status is // in their dejagnu baseboard description) require that the status is
// final when exit is entered (or main returns), and not "overruled" by a // 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. // 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 // Bug: g++ was failing to destroy C<int>::a because it was using two
// different sentry variables for construction and destruction. // 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 } } */
/* { dg-options { -O2 } { target sparc-*-* } } */
extern void abort (void); extern void abort (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment