* g++.dg/eh/elide1.C: Remove XFAIL.

From-SVN: r82700
This commit is contained in:
David Edelsohn 2004-06-07 17:49:50 +00:00 committed by David Edelsohn
parent 5c64c9001b
commit 8cd0b81e9e
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-06-07 David Edelsohn <edelsohn@gnu.org>
* g++.dg/eh/elide1.C: Remove XFAIL.
2004-06-07 Mark Mitchell <mark@codesourcery.com>
PR c++/15337

View file

@ -5,8 +5,7 @@
// 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 *-*-* } }
// { dg-do run }
struct A
{