https://gcc.gnu.org/g:fa44dc4939e5ba0549a0113a23da337ffbd07157
commit r16-4624-gfa44dc4939e5ba0549a0113a23da337ffbd07157 Author: GCC Administrator <[email protected]> Date: Sun Oct 26 00:17:33 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 18 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 10 ++++++++++ gcc/testsuite/ChangeLog | 9 +++++++++ libgcc/ChangeLog | 5 +++++ libgcobol/ChangeLog | 5 +++++ 6 files changed, 48 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59534a085307..8bdba0150f9e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,21 @@ +2025-10-25 Sam James <[email protected]> + + * doc/extend.texi (nocf_check): Fix syntax errors in example. + +2025-10-25 Jiahao Xu <[email protected]> + + * config/loongarch/lasx.md (vec_extract<mode><lasxhalf>): New define_expand. + (vec_extract_lo_<mode>): New define_insn_and_split. + (vec_extract_hi_<mode>): New define_insn. + * config/loongarch/loongarch-protos.h (loongarch_check_vect_par_cnst_half) + New function prototype. + * config/loongarch/loongarch.cc (loongarch_split_reduction): + Implement TARGET_VECTORIZE_SPLIT_REDUCTION. + (loongarch_check_vect_par_cnst_half): New function. + * config/loongarch/predicates.md + (vect_par_cnst_low_half): New predicate. + (vect_par_cnst_high_half): New predicate. + 2025-10-24 Andrew MacLeod <[email protected]> PR tree-optimization/114025 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8135eec54b64..8a8350ab3d95 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251025 +20251026 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7ca0cb043b51..bf5bcd63f27c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2025-10-25 Harald Anlauf <[email protected]> + + PR fortran/114023 + * trans-expr.cc (gfc_trans_pointer_assignment): Always set dtype + when remapping a pointer. For unlimited polymorphic LHS use + elem_len from RHS. + * trans-intrinsic.cc (gfc_conv_is_contiguous_expr): Extend inline + generated code for IS_CONTIGUOUS for pointer arguments to detect + when span differs from the element size. + 2025-10-24 Harald Anlauf <[email protected]> PR fortran/122386 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4b9bd572ee67..d6a2cf4b3400 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2025-10-25 Harald Anlauf <[email protected]> + + PR fortran/114023 + * gfortran.dg/is_contiguous_5.f90: New test. + +2025-10-25 Jiahao Xu <[email protected]> + + * gcc.target/loongarch/lasx-reduc-1.c: New test. + 2025-10-24 Andrew MacLeod <[email protected]> * gcc.dg/pr110405.c: New. diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4c4e14ba3660..39736530c4e6 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2025-10-25 Olivier Hainque <[email protected]> + + * config/t-vxworks (LIBGCC2_INCLUDES): Replace $(VSB_DIR) + by sysroot references. + 2025-10-20 Olivier Hainque <[email protected]> Ashley Gay <[email protected]> diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog index 1858e8022c54..67b25fe4955f 100644 --- a/libgcobol/ChangeLog +++ b/libgcobol/ChangeLog @@ -1,3 +1,8 @@ +2025-10-25 Sam James <[email protected]> + + PR cobol/122398 + * xmlparse.cc (__gg__xml_parse): Make 'msg' const. + 2025-10-23 Robert Dubner <[email protected]> * charmaps.cc: Encoding.
