This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 36aec94fe70 sel-sched: update liveness in redirect_edge_and_branch hook [...] new a38fa913b49 PR c/89685 - ICE on attribute copy with a compound expression new 00bc562a24a /cp 2019-04-01 Paolo Carlini paolo.carlini@oracle.com
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/c-family/ChangeLog | 6 ++ gcc/c-family/c-attribs.c | 28 +++++-- gcc/cp/ChangeLog | 5 ++ gcc/cp/pt.c | 23 ++++-- gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/g++.dg/ext/attr-copy-2.C | 124 +++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/template/crash130.C | 15 ++++ gcc/testsuite/g++.dg/template/crash131.C | 16 ++++ gcc/testsuite/gcc.dg/attr-copy-8.c | 98 ++++++++++++++++++++++++ 9 files changed, 315 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attr-copy-2.C create mode 100644 gcc/testsuite/g++.dg/template/crash130.C create mode 100644 gcc/testsuite/g++.dg/template/crash131.C create mode 100644 gcc/testsuite/gcc.dg/attr-copy-8.c