projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10da113
)
Fix typo, add -O2 to trigger the bug.
author
Jeff Law
<law@gcc.gnu.org>
Mon, 6 Apr 1998 22:14:36 +0000
(16:14 -0600)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/switch-1.c
b/gcc/testsuite/gcc.dg/switch-1.c
index 23513e4e0c791db33625d9835e81f8e0fcdc8cf7..480f077d9081568ef51244f9a483537f6d5fe329 100644
(file)
--- 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)
{