From: Jason Merrill Date: Wed, 8 Aug 2001 10:31:38 +0000 (-0400) Subject: xfail X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d26f648a0a049e90d2a9e572238e57ae1f93ba27;p=gcc.git xfail From-SVN: r44715 --- diff --git a/gcc/testsuite/g++.dg/opt/alias1.C b/gcc/testsuite/g++.dg/opt/alias1.C index b5ed92c1492..79187d22b50 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 ();