fma tests: Avoid shadowing local variables.
[gnulib.git] / ChangeLog
index 21a9c6d..e447786 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-11-20  Bruno Haible  <bruno@clisp.org>
 
+       fma tests: Avoid shadowing local variables.
+       * tests/test-fma2.h (test_function): Reduce scope of x, y, z, result,
+       expected.
+
+2011-11-20  Bruno Haible  <bruno@clisp.org>
+
        copysignf tests: Fix.
        * tests/test-copysignf.c: Fix signature check.