From: Jeff Law Date: Thu, 22 Oct 1998 14:31:13 +0000 (-0600) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ac2fccfc79a61b3280f72de74eacead661509e2;p=gcc.git Fix typo. From-SVN: r23221 --- diff --git a/gcc/testsuite/gcc.dg/980827-1.c b/gcc/testsuite/gcc.dg/980827-1.c index 33a496b9624..a841739c466 100644 --- a/gcc/testsuite/gcc.dg/980827-1.c +++ b/gcc/testsuite/gcc.dg/980827-1.c @@ -1,6 +1,8 @@ /* { dg-do run { target powerpc*-*-* } } */ /* { dg-options -O2 } */ +double dval = 0; + void splat (double d); int main(void)