This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 509b6e806bc PR target/82981 * config/mips/mips.md (<u>mulditi3 [...] new 07d12258fff PR c/66970 - Add __has_builtin() macro
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/ChangeLog | 6 + gcc/c-family/ChangeLog | 10 + gcc/c-family/c-common.c | 3 +- gcc/c-family/c-common.h | 2 + gcc/c-family/c-lex.c | 53 +++++ gcc/c-family/c-ppoutput.c | 1 + gcc/c/ChangeLog | 5 + gcc/c/c-decl.c | 28 +++ gcc/cp/ChangeLog | 5 + gcc/cp/cp-objcp-common.c | 72 ++++++ gcc/doc/cpp.texi | 28 +++ gcc/doc/extend.texi | 2 +- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/c-c++-common/cpp/has-builtin-2.c | 297 +++++++++++++++++++++++++ gcc/testsuite/c-c++-common/cpp/has-builtin-3.c | 36 +++ gcc/testsuite/c-c++-common/cpp/has-builtin.c | 49 ++++ libcpp/include/cpplib.h | 6 +- libcpp/init.c | 4 +- libcpp/macro.c | 4 + libcpp/traditional.c | 6 +- 20 files changed, 616 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/has-builtin-2.c create mode 100644 gcc/testsuite/c-c++-common/cpp/has-builtin-3.c create mode 100644 gcc/testsuite/c-c++-common/cpp/has-builtin.c