From d26f648a0a049e90d2a9e572238e57ae1f93ba27 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 8 Aug 2001 06:31:38 -0400 Subject: [PATCH] xfail From-SVN: r44715 --- gcc/testsuite/g++.dg/opt/alias1.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.dg/opt/alias1.C b/gcc/testsuite/g++.dg/opt/alias1.C index b5ed92c14926..79187d22b50a 100644 --- a/gcc/testsuite/g++.dg/opt/alias1.C +++ b/gcc/testsuite/g++.dg/opt/alias1.C @@ -1,5 +1,5 @@ // Test that type punning using an anonymous union works with strict aliasing. -// { dg-do run } +// { dg-do run { xfail *-*-* } } // { dg-options "-O2 -fstrict-aliasing" } extern "C" void abort (); -- 2.47.2