This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2a0de833be3 gimple_fold: Support COND_LEN_FNMA/COND_LEN_FMS/COND_LEN_FN [...] new 207a5daa9dc c: Add support for [[__extension__ ...]]
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/c-parser.cc | 64 ++++++++++++++++++++++++-------- gcc/doc/extend.texi | 27 ++++++++++++-- gcc/testsuite/gcc.dg/c2x-attr-syntax-6.c | 62 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2x-attr-syntax-7.c | 60 ++++++++++++++++++++++++++++++ 4 files changed, 193 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-syntax-6.c create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-syntax-7.c