This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 1a8af012222 tree-optimization/107898 - ICE with -Walloca-larger-than new 3b8b42f3262 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