This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 09df0d8b14d c++: remove optimize_specialization_lookup_p new fa258f68948 c: C2x typeof
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/c-common.cc | 3 +- gcc/c-family/c-common.h | 24 ++-- gcc/c/c-parser.cc | 46 +++++++- gcc/c/c-typeck.cc | 15 ++- gcc/cp/lex.cc | 4 +- gcc/doc/invoke.texi | 5 +- gcc/testsuite/gcc.dg/c11-typeof-1.c | 6 + gcc/testsuite/gcc.dg/c2x-typeof-1.c | 208 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2x-typeof-2.c | 27 +++++ gcc/testsuite/gcc.dg/c2x-typeof-3.c | 7 ++ gcc/testsuite/gcc.dg/gnu11-typeof-1.c | 6 + gcc/testsuite/gcc.dg/gnu11-typeof-2.c | 39 +++++++ gcc/testsuite/gcc.dg/gnu2x-typeof-1.c | 39 +++++++ 13 files changed, 406 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c11-typeof-1.c create mode 100644 gcc/testsuite/gcc.dg/c2x-typeof-1.c create mode 100644 gcc/testsuite/gcc.dg/c2x-typeof-2.c create mode 100644 gcc/testsuite/gcc.dg/c2x-typeof-3.c create mode 100644 gcc/testsuite/gcc.dg/gnu11-typeof-1.c create mode 100644 gcc/testsuite/gcc.dg/gnu11-typeof-2.c create mode 100644 gcc/testsuite/gcc.dg/gnu2x-typeof-1.c