From d6f6f16085cdc199557e52a739f751fd4a3b7580 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 6 Apr 1998 16:14:36 -0600 Subject: [PATCH] Fix typo, add -O2 to trigger the bug. From-SVN: r19023 --- gcc/testsuite/gcc.dg/switch-1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.30.2