From: Jason Merrill Date: Tue, 24 Feb 2004 18:31:38 +0000 (-0500) Subject: xfail X-Git-Tag: releases/gcc-4.0.0~9881 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47524eab1bea18ef0dc7b11f9d612bcfb9a97c12;p=thirdparty%2Fgcc.git xfail From-SVN: r78379 --- 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 {