This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9fe2a0427fb 2018-09-02 François Dumont fdumont@gcc.gnu.org new d839099fb30 * c-common.c (braced_list_to_string): Remove eval paramete [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/c-family/ChangeLog | 6 +++ gcc/c-family/c-common.c | 67 +++++++++++++++------------------ gcc/c-family/c-common.h | 2 +- gcc/c/ChangeLog | 5 +++ gcc/c/c-decl.c | 6 +++ gcc/c/c-parser.c | 9 ----- gcc/cp/ChangeLog | 7 ++++ gcc/cp/decl.c | 36 +----------------- gcc/cp/typeck2.c | 9 +++-- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/c-c++-common/array-init.c | 4 ++ gcc/testsuite/g++.dg/init/string2.C | 2 +- 12 files changed, 72 insertions(+), 86 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/array-init.c