re PR regression/53130 (gcc.dg/20011021-1.c, gcc.dg/m-un-2.c, gcc.dg/missing-field-init-2.c)

2012-04-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	PR c/53130
	* c-typeck.c (pop_init_level): Use %qD instead of %qT.

From-SVN: r186896
This commit is contained in:
Manuel López-Ibáñez 2012-04-27 08:21:49 +00:00
parent b5f5f2fd37
commit ae9331288f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR c/53130
* c-typeck.c (pop_init_level): Use %qD instead of %qT.
2012-04-27 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/51879

View File

@ -7065,7 +7065,7 @@ pop_init_level (int implicit, struct obstack * braced_init_obstack)
constructor_unfilled_fields,
constructor_type))
inform (DECL_SOURCE_LOCATION (constructor_unfilled_fields),
"%qT declared here", constructor_unfilled_fields);
"%qD declared here", constructor_unfilled_fields);
}
}