This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 27282dc0931 internal-fn: Support undefined rtx for uninitialized SSA_NA [...] new 53d834a7fae c, c++: Accept __builtin_classify_type (typename)
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/builtins.cc | 3 +- gcc/builtins.h | 1 + gcc/c/c-parser.cc | 23 ++++ gcc/cp/parser.cc | 42 ++++++ gcc/cp/pt.cc | 20 +++ gcc/doc/extend.texi | 24 ++++ .../c-c++-common/builtin-classify-type-1.c | 105 +++++++++++++++ gcc/testsuite/g++.dg/ext/builtin-classify-type-1.C | 149 +++++++++++++++++++++ gcc/testsuite/g++.dg/ext/builtin-classify-type-2.C | 11 ++ gcc/testsuite/gcc.dg/builtin-classify-type-1.c | 11 ++ 10 files changed, 387 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/builtin-classify-type-1.c create mode 100644 gcc/testsuite/g++.dg/ext/builtin-classify-type-1.C create mode 100644 gcc/testsuite/g++.dg/ext/builtin-classify-type-2.C create mode 100644 gcc/testsuite/gcc.dg/builtin-classify-type-1.c