diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-06 16:14:36 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-06 16:14:36 -0600 |
commit | d6f6f16085cdc199557e52a739f751fd4a3b7580 (patch) | |
tree | 25959ad09a7873a40921ce07bd47b36bc1fad22b /gcc | |
parent | 10da11319b0902a0b10e6fcd3ccb1c61773bdb18 (diff) | |
download | gcc-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.c | 4 |
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) { |