summaryrefslogtreecommitdiffstats
path: root/post/lib_powerpc/fpu/20001122-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/lib_powerpc/fpu/20001122-1.c')
-rw-r--r--post/lib_powerpc/fpu/20001122-1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/post/lib_powerpc/fpu/20001122-1.c b/post/lib_powerpc/fpu/20001122-1.c
index 4af300d880..5b4f42c6d2 100644
--- a/post/lib_powerpc/fpu/20001122-1.c
+++ b/post/lib_powerpc/fpu/20001122-1.c
@@ -34,12 +34,11 @@ GNU_FPOST_ATTR
int fpu_post_test_math1 (void)
{
- volatile double a, *p;
+ volatile double a;
double c, d;
volatile double b;
d = 1.0;
- p = &b;
do
{
OpenPOWER on IntegriCloud