re PR translation/80280 (Missing closing quote (%>) c/semantics.c and c/c-typeck.c)
authorMartin Sebor <msebor@redhat.com>
Tue, 9 May 2017 15:55:05 +0000 (15:55 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Tue, 9 May 2017 15:55:05 +0000 (09:55 -0600)
gcc/ChangeLog:

PR translation/80280
* config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
added in r247778.

From-SVN: r247804

gcc/ChangeLog
gcc/config/sol2-c.c

index 48932348897f83e6cd02f75e9df64251cee7963b..60b6b4f4e76a2f58dbea42e74e0e11b016096d7f 100644 (file)
@@ -1,5 +1,9 @@
 2017-05-09  Martin Sebor  <msebor@redhat.com>
 
+       PR translation/80280
+       * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
+       added in r247778.
+
        PR translation/80280
        * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
        data member added in r247778.
index 7c404b06b70ac54010235a2d8b988ca5dc353b5d..984835c4e4e8c7a303753ac7d5bff7d931584b2b 100644 (file)
@@ -40,9 +40,9 @@ static const format_length_info cmn_err_length_specs[] =
 
 static const format_flag_spec cmn_err_flag_specs[] =
 {
-  { 'w',  0, 0, N_("field width"),     N_("field width in printf format"),     STD_C89 },
-  { 'L',  0, 0, N_("length modifier"), N_("length modifier in printf format"), STD_C89 },
-  { 0, 0, 0, NULL, NULL, STD_C89 }
+  { 'w',  0, 0, 0, N_("field width"),     N_("field width in printf format"),     STD_C89 },
+  { 'L',  0, 0, 0, N_("length modifier"), N_("length modifier in printf format"), STD_C89 },
+  { 0, 0, 0, 0, NULL, NULL, STD_C89 }
 };