]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/c-typeck.c
c-pch.c (get_ident): Don't set size of templ array.
authorIan Lance Taylor <iant@google.com>
Wed, 17 Jun 2009 13:21:23 +0000 (13:21 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 17 Jun 2009 13:21:23 +0000 (13:21 +0000)
commit5eb4df45ce442bdb807cc674e45dbc31fdf3d4ba
treea18365a2a12b66e43938e6451b9ef906434cd866
parent6958c7802c3e7e62f3f56a0b0319beed6879d7e8
c-pch.c (get_ident): Don't set size of templ array.

./: * c-pch.c (get_ident): Don't set size of templ array.
(pch_init): Don't set size of partial_pch array.

* c-typeck.c (digest_init): If -Wc++-compat, warn about using a
string constant to intialize an array whose size is the length of
the string.
testsuite/:
* gcc.dg/Wcxx-compat-14.c: New testcase.

From-SVN: r148611
gcc/ChangeLog
gcc/c-pch.c
gcc/c-typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wcxx-compat-14.c [new file with mode: 0644]