badalloc1.C: Omit XFAIL on obsolete Darwin.

2008-12-03  Jack Howarth  <howarth@bromo.med.uc.edu>

	* g++.old-deja/g++.eh/badalloc1.C: Omit XFAIL on obsolete Darwin.

From-SVN: r142415
This commit is contained in:
Jack Howarth 2008-12-03 23:28:00 +00:00 committed by Janis Johnson
parent 64e12c68ef
commit ed34ac87e5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-12-03 Jack Howarth <howarth@bromo.med.uc.edu>
* g++.old-deja/g++.eh/badalloc1.C: Omit XFAIL on obsolete Darwin.
2008-12-03 Jason Merrill <jason@redhat.com>
PR c++/38256

View file

@ -2,7 +2,7 @@
// __cxa_allocate_exception's emergency buffer mutex will
// itself call malloc(), and will fail if there is no more
// memory available.
// { dg-do run { xfail { { xstormy16-*-* *-*-darwin[1-7]* } || vxworks_rtp } } }
// { dg-do run { xfail { xstormy16-*-* || vxworks_rtp } } }
// Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 6 June 2000 <nathan@codesourcery.com>