This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Remove xfail from g++.dg/eh/elide1.C
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 07 Jun 2004 13:26:22 -0400
- Subject: [PATCH] Remove xfail from g++.dg/eh/elide1.C
May I remove the XFAIL on elide1.C now that the Tree-SSA branch is
merged into the trunk, as stated in the comment? The testcase now
XPASSes.
Thanks, David
Index: elide1.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/eh/elide1.C,v
retrieving revision 1.2
diff -c -p -r1.2 elide1.C
*** elide1.C 24 Feb 2004 18:31:38 -0000 1.2
--- elide1.C 7 Jun 2004 17:25:06 -0000
***************
*** 5,12 ****
// temporary. This is wrong; the throw from A() should propagate normally
// regardless of the elision of the temporary.
! // XFAILed until tree-ssa is merged onto the trunk.
! // { dg-do run { xfail *-*-* } }
struct A
{
--- 5,11 ----
// temporary. This is wrong; the throw from A() should propagate normally
// regardless of the elision of the temporary.
! // { dg-do run }
struct A
{