]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c/ChangeLog
PR tree-optimization/89688 - -Wstringop-overflow confused by const 2D array of char
[thirdparty/gcc.git] / gcc / c / ChangeLog
index fd3d009f13ed206588ffc299b35d63307aa1b32a..fc8049e832e74fc49e0a5f7d9e96de577ed0cac5 100644 (file)
@@ -1,3 +1,9 @@
+2019-03-19  Martin Sebor  <msebor@redhat.com>
+
+       PR tree-optimization/89688
+       * c-decl.c (finish_decl): Call braced_lists_to_string for more
+       kinds of initializers.
+
 2019-03-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/89734