diff --git a/gcc/testsuite/g++.dg/eh/elide1.C b/gcc/testsuite/g++.dg/eh/elide1.C index 94d2a6982ce1..99ae09ac363e 100644 --- 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 {