This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d7c73ee5ea AArch64: Enable TARGET_CONST_ANCHOR new 9fe7d3debbf d: Fix undefined reference to nested lambda in template (PR108055)
The 1 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/d/decl.cc | 14 +++++++----- .../gdc.dg/torture/imports/pr108055conv.d | 26 ++++++++++++++++++++++ .../gdc.dg/torture/imports/pr108055spec.d | 18 +++++++++++++++ .../gdc.dg/torture/imports/pr108055write.d | 19 ++++++++++++++++ gcc/testsuite/gdc.dg/torture/pr108055.d | 12 ++++++++++ 5 files changed, 84 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/torture/imports/pr108055conv.d create mode 100644 gcc/testsuite/gdc.dg/torture/imports/pr108055spec.d create mode 100644 gcc/testsuite/gdc.dg/torture/imports/pr108055write.d create mode 100644 gcc/testsuite/gdc.dg/torture/pr108055.d