This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6db59335825 Validate that destination gcov file does not exist for gcov [...] new a89c2c4ec18 PR c++/80244 - ICE with attribute in template alias. * tr [...] new 58a208660e3 PR c++/80241 - ICE with alignas pack expansion. * error.c [...]
The 2 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 | 10 ++++++++++ gcc/cp/error.c | 4 ++++ gcc/cp/parser.c | 8 ++++++-- gcc/cp/tree.c | 4 ++++ gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-59.C | 11 +++++++++++ gcc/testsuite/g++.dg/cpp0x/alignas11.C | 10 ++++++++++ 7 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-59.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas11.C