This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 965f4339a58 Daily bump. new 41d384c5057 [openacc, parloops] Fix SIGSEGV in oacc_entry_exit_ok_1 new feb0e6d041f PR d/90660 d/dmd: Merge upstream dmd bbc5ea66a new 11c724ef910 PR d/90651 d/dmd: Merge upstream dmd 78dc31152 new 28d90f3a13c PR d/90661 d/dmd: Merge upstream dmd c74e624c9
The 4 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 | 5 +++++ gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/attrib.c | 3 ++- gcc/d/dmd/dmodule.c | 3 ++- gcc/d/dmd/mtype.c | 4 ++++ gcc/testsuite/gdc.test/compilable/aggr_alignment.d | 13 +++++++++++++ gcc/testsuite/gdc.test/compilable/test19912.d | 3 +++ gcc/testsuite/gdc.test/fail_compilation/fail19912a.d | 9 +++++++++ gcc/testsuite/gdc.test/fail_compilation/fail19912b.d | 9 +++++++++ gcc/testsuite/gdc.test/fail_compilation/fail19912c.d | 9 +++++++++ gcc/testsuite/gdc.test/fail_compilation/fail19912d.d | 9 +++++++++ gcc/testsuite/gdc.test/fail_compilation/fail19912e.d | 9 +++++++++ gcc/testsuite/gdc.test/fail_compilation/fail19913.d | 13 +++++++++++++ gcc/testsuite/gdc.test/fail_compilation/fail19914.d | 10 ++++++++++ gcc/testsuite/gdc.test/fail_compilation/fail19915.d | 10 ++++++++++ gcc/tree-parloops.c | 6 +++--- libgomp/ChangeLog | 5 +++++ libgomp/testsuite/libgomp.oacc-c-c++-common/pr89376.c | 15 +++++++++++++++ 18 files changed, 131 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/test19912.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19912a.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19912b.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19912c.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19912d.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19912e.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19913.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19914.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19915.d create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr89376.c