https://gcc.gnu.org/g:dff562c3fdc7f4c9108f693e7603fb6ac0aa2042
commit r13-10067-gdff562c3fdc7f4c9108f693e7603fb6ac0aa2042 Author: GCC Administrator <[email protected]> Date: Fri Jan 30 00:17:49 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/d/ChangeLog | 31 +++++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 906124bb78f8..384d419acf08 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260129 +20260130 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 9eae1f881199..1213a2b8e677 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,34 @@ +2026-01-29 Iain Buclaw <[email protected]> + + Backported from master: + 2026-01-29 Iain Buclaw <[email protected]> + + PR d/123407 + * decl.cc (get_symbol_decl): Handle declarations with matching + assembler names, but different TREE_CODE. + +2026-01-29 Iain Buclaw <[email protected]> + + Backported from master: + 2026-01-29 Iain Buclaw <[email protected]> + + PR d/123046 + * d-codegen.cc (build_address): Return `null' when generating the + address of a `noreturn' declaration. + (d_build_call): Compare TYPE_MAIN_VARIANT of type with `noreturn'. + * decl.cc (get_fndecl_arguments): Likewise. + * types.cc (finish_aggregate_mode): Likewise. + (TypeVisitor::visit (TypeFunction *)): Likewise. + +2026-01-29 Iain Buclaw <[email protected]> + + Backported from master: + 2026-01-29 Iain Buclaw <[email protected]> + + PR d/123349 + * d-spec.cc (lang_specific_driver): Use xstrdup to copy -defaultlib + and -debuglib argument, and unconditionally free the old value. + 2026-01-28 Iain Buclaw <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 84bed8e90266..ac09deac674d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,29 @@ +2026-01-29 Iain Buclaw <[email protected]> + + Backported from master: + 2026-01-29 Iain Buclaw <[email protected]> + + PR d/123407 + * gdc.dg/pr123407a.d: New test. + * gdc.dg/pr123407b.d: New test. + +2026-01-29 Iain Buclaw <[email protected]> + + Backported from master: + 2026-01-29 Iain Buclaw <[email protected]> + + PR d/123046 + * gdc.dg/pr123046.d: New test. + +2026-01-29 Iain Buclaw <[email protected]> + + Backported from master: + 2026-01-29 Iain Buclaw <[email protected]> + + PR d/123349 + * gdc.dg/driver_debuglib.d: New test. + * gdc.dg/driver_defaultlib.d: New test. + 2026-01-28 Iain Buclaw <[email protected]> Backported from master:
