2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Apr 2012 08:21:49 +0000 (08:21 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Apr 2012 08:21:49 +0000 (08:21 +0000)
PR c/53130
* c-typeck.c (pop_init_level): Use %qD instead of %qT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186896 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-typeck.c

index c486577..5ed7c47 100644 (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
index 967e8f0..e87cb87 100644 (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);
          }
     }