]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/ChangeLog
PR tree-optimization/89688 - -Wstringop-overflow confused by const 2D array of char
authorMartin Sebor <msebor@redhat.com>
Tue, 19 Mar 2019 22:43:10 +0000 (22:43 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Tue, 19 Mar 2019 22:43:10 +0000 (16:43 -0600)
commitbec1da64aec26a490a6de5a9aa4ee667805e8445
tree0d5363919c319be1c5f4edf1f375d47e39dbecf1
parent026216a753ef0a757a9e368a59fa667ea422cf09
PR tree-optimization/89688 - -Wstringop-overflow confused by const 2D array of char

gcc/c/ChangeLog:

PR tree-optimization/89688
* c-decl.c (finish_decl): Call braced_lists_to_string for more
kinds of initializers.

gcc/c-family/ChangeLog:

PR tree-optimization/89688
* c-common.c (braced_list_to_string): Make static.
(braced_lists_to_strings): Define new function.
* c-common.h (braced_list_to_string): Remove.
(braced_lists_to_strings): Declare.

gcc/cp/ChangeLog:

PR tree-optimization/89688
* typeck2.c (store_init_value): Call braced_lists_to_string for more
kinds of initializers.

gcc/testsuite/ChangeLog:

PR tree-optimization/89688
* gcc.dg/strlenopt-61.c: New test.
* g++.dg/warn/Wstringop-overflow-2.C: New test.

From-SVN: r269814
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/c-family/c-common.h
gcc/c/ChangeLog
gcc/c/c-decl.c
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/warn/Wstringop-overflow-2.C [new file with mode: 0644]
gcc/testsuite/gcc.dg/strlenopt-61.c [new file with mode: 0644]