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]

g++.old-deja/g++.eh/badalloc1.C passes on darwin8


g++.old-deja/g++.eh/badalloc1.C passes on darwin8, after much work in
the compiler, linker, and loader, so it need not be xfailed!

-- 
- Geoffrey Keating <geoffk@apple.com>

===File ~/patches/gcc-testsuite-badallocpasses.patch========
2005-05-29  Geoffrey Keating  <geoffk@apple.com>

	* g++.old-deja/g++.eh/badalloc1.C: Make XFAIL only on darwin
	before darwin8.

Index: testsuite/g++.old-deja/g++.eh/badalloc1.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 badalloc1.C
--- testsuite/g++.old-deja/g++.eh/badalloc1.C	25 Mar 2005 17:09:09 -0000	1.13
+++ testsuite/g++.old-deja/g++.eh/badalloc1.C	30 May 2005 05:56:39 -0000
@@ -1,4 +1,4 @@
-// { dg-do run { xfail xstormy16-*-* *-*-darwin* } }
+// { dg-do run { xfail xstormy16-*-* *-*-darwin[1-7]* } }
 // Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 6 June 2000 <nathan@codesourcery.com>
 
============================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]