This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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
  {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]