This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d429e9 AVX-512. PR target/70728. Use separate constraint for AVX-512BW new 192bf59 PR c++/70513 * parser.c (cp_parser_enum_specifier): Check a [...]
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/cp/ChangeLog | 6 ++++ gcc/cp/parser.c | 10 +++++++ gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/g++.dg/cpp0x/forw_enum12.C | 29 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/forw_enum13.C | 47 ++++++++++++++++++++++++++++++++ 5 files changed, 98 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp0x/forw_enum12.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/forw_enum13.C