Fix typo.
authorJeff Law <law@gcc.gnu.org>
Thu, 22 Oct 1998 14:31:13 +0000 (08:31 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 22 Oct 1998 14:31:13 +0000 (08:31 -0600)
From-SVN: r23221

gcc/testsuite/gcc.dg/980827-1.c

index 33a496b96246f9938bad1fc2683eee3b6ed7d2f2..a841739c466bb3981086554671b77375203b50f2 100644 (file)
@@ -1,6 +1,8 @@
 /* { dg-do run { target powerpc*-*-* } } */
 /* { dg-options -O2 } */
 
+double dval = 0;
+
 void splat (double d);
 
 int main(void)