https://gcc.gnu.org/g:186d0117a21e00ae40646a20ffd49bc2d3bc9c9c
commit r16-9179-g186d0117a21e00ae40646a20ffd49bc2d3bc9c9c Author: GCC Administrator <[email protected]> Date: Sat Jun 27 00:21:59 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 +++++++++ gcc/fortran/ChangeLog | 11 +++++++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++++++ 4 files changed, 37 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 29656a8522bf..4fff66f6b5dc 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260626 +20260627 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d71df2c1866e..00e7ae550ae4 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2026-06-26 Marek Polacek <[email protected]> + + Backported from master: + 2026-06-26 Marek Polacek <[email protected]> + + PR c++/125900 + * reflect.cc (check_out_of_consteval_use_r): Don't walk + SPLICE_EXPR. + 2026-06-25 Jason Merrill <[email protected]> Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index eec852499176..14e1f631d26b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,14 @@ +2026-06-26 Harald Anlauf <[email protected]> + + Backported from master: + 2026-06-26 Harald Anlauf <[email protected]> + + PR fortran/125902 + * dump-parse-tree.cc (needs_CFI_cdesc): New helper function to + determine when struct CFI_cdesc_t is used. + (has_cfi_cdesc): Use it here... + (get_c_type_name): ... and here. + 2026-06-24 Harald Anlauf <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 817b2f5d3d81..30d323b84a0a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2026-06-26 Marek Polacek <[email protected]> + + Backported from master: + 2026-06-26 Marek Polacek <[email protected]> + + PR c++/125900 + * g++.dg/reflect/expr18.C: New test. + +2026-06-26 Harald Anlauf <[email protected]> + + Backported from master: + 2026-06-26 Harald Anlauf <[email protected]> + + PR fortran/125902 + * gfortran.dg/c-prototypes_2.F90: New test. + 2026-06-25 Jason Merrill <[email protected]> Backported from master:
