Commit dc540ffd by H.J. Lu Committed by H.J. Lu

badalloc1.C: Add the missing "}".

2008-12-03  H.J. Lu  <hongjiu.lu@intel.com>

	* g++.old-deja/g++.eh/badalloc1.C: Add the missing "}".

From-SVN: r142428
parent c9874cc0
2008-12-03 H.J. Lu <hongjiu.lu@intel.com>
* g++.old-deja/g++.eh/badalloc1.C: Add the missing "}".
2008-12-03 Janis Johnson <janis187@us.ibm.com> 2008-12-03 Janis Johnson <janis187@us.ibm.com>
* g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin 3-7. * g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin 3-7.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// __cxa_allocate_exception's emergency buffer mutex will // __cxa_allocate_exception's emergency buffer mutex will
// itself call malloc(), and will fail if there is no more // itself call malloc(), and will fail if there is no more
// memory available. // memory available.
// { dg-do run { xfail { { xstormy16-*-* *-*-darwin[3-7]* } || vxworks_rtp } } // { dg-do run { xfail { { xstormy16-*-* *-*-darwin[3-7]* } || vxworks_rtp } } }
// Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. // Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 6 June 2000 <nathan@codesourcery.com> // Contributed by Nathan Sidwell 6 June 2000 <nathan@codesourcery.com>
......
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