This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Xtensa] remove xfail for a test


I changed the DejaGNU xtensa-sim baseboard file to no longer set needs_status_wrapper, so now the g++.old-deja/g++.pt/static11.C test works OK for Xtensa. Committed on mainline.

2007-05-04  Bob Wilson  <bob.wilson@acm.org>
	
	* g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.
	
Index: g++.old-deja/g++.pt/static11.C
===================================================================
--- g++.old-deja/g++.pt/static11.C	(revision 124431)
+++ g++.old-deja/g++.pt/static11.C	(working copy)
@@ -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 m68k-*-elf } }
+// { dg-do run { xfail mmix-knuth-mmixware 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]