]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 94d2a6982ce1a7f6ca7b903c08d0e4031be060c6..99ae09ac363ea2bf7d338fb26a564bed2799229a 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
 {