diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2008-12-04 06:25:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2008-12-03 22:25:04 -0800 |
commit | dc540ffd68645c9ce4e15d96a1967980ab9c2e2a (patch) | |
tree | 06d83dbc06f2fae454767a1872ca62c8df109cfb | |
parent | c9874cc01375b666584c367e853c3abb79c1b86a (diff) | |
download | gcc-dc540ffd68645c9ce4e15d96a1967980ab9c2e2a.zip gcc-dc540ffd68645c9ce4e15d96a1967980ab9c2e2a.tar.gz gcc-dc540ffd68645c9ce4e15d96a1967980ab9c2e2a.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8156ee1..37ba790 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C index 607baa8..28eb36c 100644 --- a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C +++ b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C @@ -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> |