r211254 - in /trunk/gcc: c/ChangeLog c/c-decl.c...

mpolacek@gcc.gnu.org mpolacek@gcc.gnu.org
Thu Jun 5 05:30:00 GMT 2014


Author: mpolacek
Date: Thu Jun  5 05:30:39 2014
New Revision: 211254

URL: http://gcc.gnu.org/viewcvs?rev=211254&root=gcc&view=rev
Log:
	PR c/48062
	* c-decl.c (warn_if_shadowing): Call inform instead of warning_at.
	Print note only if the warning was printed.

	* gcc.dg/Wshadow-1.c: Use dg-message for "shadowed declaration".
	* gcc.dg/Wshadow-3.c: Likewise.
	* gcc.dg/pr48062.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr48062.c
Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-decl.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/Wshadow-1.c
    trunk/gcc/testsuite/gcc.dg/Wshadow-3.c



More information about the Gcc-cvs mailing list