aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/980827-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/980827-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/980827-1.c2
1 files changed, 2 insertions, 0 deletions
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)