This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e3d44c9a7cc compiler: build a single backend type for type alias new 036af85e585 2018-07-12 Richard Biener rguenther@suse.de new 77c201fd5f8 2018-07-12 Richard Biener rguenther@suse.de new e56b0fa3727 2018-07-12 Richard Biener rguenther@suse.de
The 3 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/ChangeLog | 19 +++++++++++ gcc/c-family/ChangeLog | 7 +++++ gcc/c-family/c-attribs.c | 9 ++++-- gcc/fold-const.c | 7 +++++ gcc/gimple-match-head.c | 56 +++++++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/g++.dg/warn/pr86453.C | 5 +++ gcc/testsuite/gcc.dg/graphite/pr86479.c | 39 +++++++++++++++++++++++ gcc/tree-ssa-sccvn.c | 10 +----- 9 files changed, 151 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/pr86453.C create mode 100644 gcc/testsuite/gcc.dg/graphite/pr86479.c