]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo, add -O2 to trigger the bug.
authorJeff Law <law@gcc.gnu.org>
Mon, 6 Apr 1998 22:14:36 +0000 (16:14 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 6 Apr 1998 22:14:36 +0000 (16:14 -0600)
From-SVN: r19023

gcc/testsuite/gcc.dg/switch-1.c

index 23513e4e0c791db33625d9835e81f8e0fcdc8cf7..480f077d9081568ef51244f9a483537f6d5fe329 100644 (file)
@@ -1,5 +1,5 @@
-/* { dg-do compile  */
-/* { dg-options -fpic } */
+/* { dg-do compile  }*/
+/* { dg-options "-fpic -O2" } */
 
 void f (char *s)
 {
This page took 0.063275 seconds and 5 git commands to generate.