* g++.dg/eh/elide1.C: Remove XFAIL.
From-SVN: r82700
This commit is contained in:
parent
5c64c9001b
commit
8cd0b81e9e
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue