]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: Wredundant-decls-2.c: New test to check that -Wredundant-decls does not...
authorCraig Rodrigues <rodrigc@gcc.gnu.org>
Fri, 9 Sep 2005 00:30:59 +0000 (00:30 +0000)
committerCraig Rodrigues <rodrigc@gcc.gnu.org>
Fri, 9 Sep 2005 00:30:59 +0000 (00:30 +0000)
Backport from mainline:
2005-09-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
* gcc.dg/Wredundant-decls-2.c: New test to check that
-Wredundant-decls does not issue warning for a variable
definition following a declaration.

From-SVN: r104064

gcc/testsuite/ChangeLog

index 6788ff16b9257e0df17f4a1b2ff3dac7d661fe3a..6bbc73d33277d65b608487a0bc594708b037742a 100644 (file)
@@ -1,3 +1,11 @@
+2005-09-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+
+       Backport from mainline:
+       2005-09-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+       * gcc.dg/Wredundant-decls-2.c: New test to check that
+       -Wredundant-decls does not issue warning for a variable 
+       definition following a declaration.
+
 2005-09-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        Backport: