OSDN Git Service

./:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jun 2009 13:21:23 +0000 (13:21 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Jun 2009 13:21:23 +0000 (13:21 +0000)
commit019c559b7e7214b8016a97cf19168a26b828520a
treea18365a2a12b66e43938e6451b9ef906434cd866
parentcf917515dbfbb248a4c828e222714fd7baceafce
./:
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148611 138bc75d-0d04-0410-961f-82ee72b054a4
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]