]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
oops
authorJason Merrill <jason@gcc.gnu.org>
Tue, 7 Aug 2001 12:54:10 +0000 (08:54 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 7 Aug 2001 12:54:10 +0000 (08:54 -0400)
From-SVN: r44687

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

index 34aed5935328ea7913e929921f5aa73998ef56f7..b5ed92c1492689a372f61ac63bae36e758df1d89 100644 (file)
@@ -1,6 +1,6 @@
 // Test that type punning using an anonymous union works with strict aliasing.
 // { dg-do run }
-// { dg-options -O2 -fstrict-aliasing }
+// { dg-options "-O2 -fstrict-aliasing" }
 
 extern "C" void abort ();