OSDN Git Service

xfail
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2004 18:31:38 +0000 (18:31 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2004 18:31:38 +0000 (18:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78379 138bc75d-0d04-0410-961f-82ee72b054a4

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
 {