projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b820829
)
xfail
author
Jason Merrill
<jason@gcc.gnu.org>
Tue, 24 Feb 2004 18:31:38 +0000
(13:31 -0500)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.dg/eh/elide1.C
b/gcc/testsuite/g++.dg/eh/elide1.C
index 94d2a6982ce1a7f6ca7b903c08d0e4031be060c6..99ae09ac363ea2bf7d338fb26a564bed2799229a 100644
(file)
--- a/
gcc/testsuite/g++.dg/eh/elide1.C
+++ b/
gcc/testsuite/g++.dg/eh/elide1.C
@@
-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
{