This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d559fbab612 Daily bump. new 843ca8a964b c++: Handle RAW_DATA_CST in add_list_candidates [PR118532] new 2a681688310 c, c++: Return 1 for __has_builtin(__builtin_va_arg) and __ [...] new f31d49d6541 c++: Speed up compilation of large char array initializers [...]
The 3 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/c-decl.cc | 2 + gcc/cp/call.cc | 23 +++++- gcc/cp/cp-objcp-common.cc | 1 + gcc/cp/error.cc | 21 ++++- gcc/cp/parser.cc | 101 +++++++++++++++++++++++++ gcc/testsuite/c-c++-common/cpp/has-builtin-4.c | 16 ++++ gcc/testsuite/g++.dg/cpp/embed-22.C | 24 ++++++ gcc/testsuite/g++.dg/cpp/embed-23.C | 21 +++++ gcc/testsuite/g++.dg/cpp0x/pr118532.C | 25 ++++++ gcc/testsuite/g++.dg/cpp2a/explicit20.C | 23 ++++++ 10 files changed, 254 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/has-builtin-4.c create mode 100644 gcc/testsuite/g++.dg/cpp/embed-22.C create mode 100644 gcc/testsuite/g++.dg/cpp/embed-23.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr118532.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/explicit20.C