This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9520cf8b82d 2019-03-10 Thomas Koenig tkoenig@gcc.gnu.org new 00ee3e3e4fe Make SRA less strict with memcpy performing MEM_REFs new 80612164fae PR d/88958 d/dmd: Merge upstream dmd 0fc786f49
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/ChangeLog | 11 +++++++ gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/expressionsem.c | 6 ++++ gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/g++.dg/tree-ssa/pr87008.C | 17 ++++++++++ gcc/testsuite/gcc.dg/guality/pr54970.c | 6 ++-- .../gdc.test/fail_compilation/test19608.d | 16 ++++++++++ gcc/tree-sra.c | 36 ++++++++++++++++------ 8 files changed, 89 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr87008.C create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test19608.d