]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xfail
authorJason Merrill <jason@gcc.gnu.org>
Wed, 8 Aug 2001 10:31:38 +0000 (06:31 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 8 Aug 2001 10:31:38 +0000 (06:31 -0400)
From-SVN: r44715

gcc/testsuite/g++.dg/opt/alias1.C

index b5ed92c1492689a372f61ac63bae36e758df1d89..79187d22b50a04af59b1314518e92e4b635ba666 100644 (file)
@@ -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 ();