This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 65fe26c4cb3 Daily bump. new 3c0c18799ef d: Fix internal compiler error: in make_import, at d/import [...] new 8ceb48b1f8e d: Fix callee destructor call invalidates the live object [ [...]
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/d/d-codegen.cc | 15 +++++++++++---- gcc/d/decl.cc | 22 ++++++++++++++++++++-- gcc/d/types.cc | 5 +++++ gcc/testsuite/gdc.dg/imports/pr113125.d | 2 ++ gcc/testsuite/gdc.dg/pr113125.d | 4 ++++ gcc/testsuite/gdc.dg/torture/pr113758.d | 19 +++++++++++++++++++ 6 files changed, 61 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/imports/pr113125.d create mode 100644 gcc/testsuite/gdc.dg/pr113125.d create mode 100644 gcc/testsuite/gdc.dg/torture/pr113758.d