aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-04-06 16:14:36 -0600
committerJeff Law <law@gcc.gnu.org>1998-04-06 16:14:36 -0600
commitd6f6f16085cdc199557e52a739f751fd4a3b7580 (patch)
tree25959ad09a7873a40921ce07bd47b36bc1fad22b /gcc
parent10da11319b0902a0b10e6fcd3ccb1c61773bdb18 (diff)
downloadgcc-d6f6f16085cdc199557e52a739f751fd4a3b7580.zip
gcc-d6f6f16085cdc199557e52a739f751fd4a3b7580.tar.gz
gcc-d6f6f16085cdc199557e52a739f751fd4a3b7580.tar.bz2
Fix typo, add -O2 to trigger the bug.
From-SVN: r19023
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/switch-1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/switch-1.c b/gcc/testsuite/gcc.dg/switch-1.c
index 23513e4..480f077 100644
--- a/gcc/testsuite/gcc.dg/switch-1.c
+++ b/gcc/testsuite/gcc.dg/switch-1.c
@@ -1,5 +1,5 @@
-/* { dg-do compile */
-/* { dg-options -fpic } */
+/* { dg-do compile }*/
+/* { dg-options "-fpic -O2" } */
void f (char *s)
{