xfail
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Aug 2001 10:31:38 +0000 (10:31 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Aug 2001 10:31:38 +0000 (10:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44715 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b5ed92c..79187d2 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 ();