xfail
authorJason Merrill <jason@gcc.gnu.org>
Tue, 24 Feb 2004 18:31:38 +0000 (13:31 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 24 Feb 2004 18:31:38 +0000 (13:31 -0500)
From-SVN: r78379

gcc/testsuite/g++.dg/eh/elide1.C

index 94d2a69..99ae09a 100644 (file)
@@ -5,7 +5,8 @@
 // temporary.  This is wrong; the throw from A() should propagate normally
 // regardless of the elision of the temporary.
 
-// { dg-do run }
+// XFAILed until tree-ssa is merged onto the trunk.
+// { dg-do run { xfail *-*-* } }
 
 struct A
 {