From 47524eab1bea18ef0dc7b11f9d612bcfb9a97c12 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 24 Feb 2004 13:31:38 -0500 Subject: [PATCH] xfail From-SVN: r78379 --- gcc/testsuite/g++.dg/eh/elide1.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.47.2