badalloc1.C: Add the missing "}".
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 4 Dec 2008 06:25:04 +0000 (06:25 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 4 Dec 2008 06:25:04 +0000 (22:25 -0800)
2008-12-03  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r142428

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C

index 8156ee1ef8e463e0f1d32f29ee20bda43b55203a..37ba7905cc656e0bf347a6cfcc3f764f324d241f 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin 3-7.
index 607baa80dae105210c0ad25ca80da7c978b8d2ad..28eb36c8985710b1ef0119a50fdd8749a1978b76 100644 (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[3-7]* } || vxworks_rtp } }
+// { dg-do run { xfail { { xstormy16-*-* *-*-darwin[3-7]* } || vxworks_rtp } } }
 // Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 6 June 2000 <nathan@codesourcery.com>