Wredundant-decls-2.c: New test to check that -Wredundant-decls does not issue warning for a variable...

* 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: r103759
This commit is contained in:
Craig Rodrigues 2005-09-02 01:26:59 +00:00
parent 52d09157d5
commit bef7d862e2
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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-01 Jakub Jelinek <jakub@redhat.com>
PR debug/7241