This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 96e6576a1ba calls: Further fixes for TYPE_NO_NAMED_ARGS_STDARG_P handli [...] new 341fa4d2340 d: Fix internal compiler error: in make_import, at d/import [...] new e64fbf38e0b 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