From: Jeff Law Date: Mon, 6 Apr 1998 22:14:36 +0000 (-0600) Subject: Fix typo, add -O2 to trigger the bug. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6f6f16085cdc199557e52a739f751fd4a3b7580;p=gcc.git Fix typo, add -O2 to trigger the bug. From-SVN: r19023 --- diff --git a/gcc/testsuite/gcc.dg/switch-1.c b/gcc/testsuite/gcc.dg/switch-1.c index 23513e4e0c7..480f077d908 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) {