From: Craig Rodrigues Date: Fri, 9 Sep 2005 00:30:59 +0000 (+0000) Subject: backport: Wredundant-decls-2.c: New test to check that -Wredundant-decls does not... X-Git-Tag: releases/gcc-3.4.5~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8feb882f3b33dee04555435b580a17b454c1fded;p=thirdparty%2Fgcc.git backport: Wredundant-decls-2.c: New test to check that -Wredundant-decls does not issue warning for a variable... Backport from mainline: 2005-09-01 Craig Rodrigues * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6788ff16b925..6bbc73d33277 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2005-09-08 Craig Rodrigues + + Backport from mainline: + 2005-09-01 Craig Rodrigues + * 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 Backport: