From: Richard Henderson Date: Wed, 2 Oct 2002 01:55:10 +0000 (-0700) Subject: Fix dg-options typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebc4cdc1358433015a3acdbacda4880b8968804e;p=gcc.git Fix dg-options typo. From-SVN: r57718 --- diff --git a/gcc/testsuite/gcc.dg/tls/opt-3.c b/gcc/testsuite/gcc.dg/tls/opt-3.c index 0e56991400c..8e476f657e8 100644 --- a/gcc/testsuite/gcc.dg/tls/opt-3.c +++ b/gcc/testsuite/gcc.dg/tls/opt-3.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -fpic } */ +/* { dg-options "-O2 -fpic" } */ /* { dg-options "-O2 -fpic -mregparm=3" { target i?86-*-* } } */ extern __thread int i, j, k;