* config/sol2-c.c (cmn_err_length_specs): Initialize
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Sep 2009 19:13:21 +0000 (19:13 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Sep 2009 19:13:21 +0000 (19:13 +0000)
scalar_identity_flag.

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

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

index 555a577..e8eb477 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/sol2-c.c (cmn_err_length_specs): Initialize
+       scalar_identity_flag.
+
 2009-09-10  Richard Henderson  <rth@redhat.com>
 
        * tree.h (struct tree_decl_common): Move align member earlier;
index fc527b1..da00377 100644 (file)
@@ -36,8 +36,8 @@ along with GCC; see the file COPYING3.  If not see
 /* cmn_err only accepts "l" and "ll".  */
 static const format_length_info cmn_err_length_specs[] =
 {
-  { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C89 },
-  { NULL, FMT_LEN_none, STD_C89, NULL, FMT_LEN_none, STD_C89 }
+  { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C89, 0 },
+  { NULL, FMT_LEN_none, STD_C89, NULL, FMT_LEN_none, STD_C89, 0 }
 };
 
 static const format_flag_spec cmn_err_flag_specs[] =