From: Ben Elliston Date: Tue, 9 Dec 2008 03:36:47 +0000 (+0000) Subject: * config/rs6000/darwin-ldouble.c (fmsub): Remove unused variable, v. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4679197dbab08e94d1b3f6179f28c57dbf85bf2;p=gcc.git * config/rs6000/darwin-ldouble.c (fmsub): Remove unused variable, v. From-SVN: r142576 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad62abe1bef..c85807143a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-12-09 Ben Elliston + + * config/rs6000/darwin-ldouble.c (fmsub): Remove unused variable, v. + 2008-12-08 Steve Ellcey * config/ia64/ia64.md (UNSPECV_GOTO_RECEIVER): New constant. diff --git a/gcc/config/rs6000/darwin-ldouble.c b/gcc/config/rs6000/darwin-ldouble.c index 15cac65c6ed..b16389c555f 100644 --- a/gcc/config/rs6000/darwin-ldouble.c +++ b/gcc/config/rs6000/darwin-ldouble.c @@ -387,7 +387,7 @@ fmsub (double a, double b, double c) FP_DECL_Q(V); FP_DECL_D(R); double r; - long double u, v, x, y, z; + long double u, x, y, z; FP_INIT_ROUNDMODE; FP_UNPACK_RAW_D (A, a);