From dc540ffd68645c9ce4e15d96a1967980ab9c2e2a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 4 Dec 2008 06:25:04 +0000 Subject: [PATCH] badalloc1.C: Add the missing "}". 2008-12-03 H.J. Lu * g++.old-deja/g++.eh/badalloc1.C: Add the missing "}". From-SVN: r142428 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8156ee1ef8e..37ba7905cc6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-12-03 H.J. Lu + + * g++.old-deja/g++.eh/badalloc1.C: Add the missing "}". + 2008-12-03 Janis Johnson * 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 607baa80dae..28eb36c8985 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 -- 2.30.2