From: GCC Administrator Date: Sun, 15 Feb 2026 00:16:25 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83720e914dbce4ce37791f90f9ebdbc49af1142d;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f195f03d95d..cabfd68092a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,33 @@ +2026-02-14 Jakub Jelinek + + PR cobol/122839 + * doc/install.texi (COBOL-Specific Options): New. + +2026-02-14 Rainer Orth + + * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove. + * configure: Regenerate. + * config.in: Regenerate. + * config/sparc/sparc.md [!HAVE_AS_SPARC_GOTDATA_OP]: Remove. + +2026-02-14 Kalvis Duckmanton + + PR target/112400 + * config/vax/vax.md (casesi1): Wrap naked operand 1 with a USE + where used with the insn split to. + (*casesi1): Likewise naked incoming operand 1. + +2026-02-14 Maciej W. Rozycki + + * config/vax/vax.cc (nonindexed_address_p): Move incoming RTX's + operand 0 access to the actual use places. + +2026-02-14 Andrew Pinski + + PR tree-optimization/124086 + * tree-complex.cc (extract_component): Extend the check + for ssa names for VCE to include invariants. + 2026-02-13 David Malcolm * json-parsing.cc (selftest::assert_json_pointer_eq): New. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 56744ea366c..4820ef6632a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260214 +20260215 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index dc66b3a83ea..5c24f45016a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,32 @@ +2026-02-14 Christopher Albert + Harald Anlauf + + PR fortran/123943 + * resolve.cc (gfc_max_forall_iterators_in_chain): New helper + function for factorization of iterator-depth counting. + (gfc_count_forall_iterators): Use it. + +2026-02-14 Paul Thomas + + PR fortran/99250 + * check.cc (gfc_check_coshape): New function. + * gfortran.h: Add GFC_ISYM_COSHAPE to gfc_isym_id. + * intrinsic.cc (add_functions): Add the coshape prototype and + its 'make_generic'. + * intrinsic.h: Add prototypes for gfc_check_coshape and + gfc_resolve_coshape. + * intrinsic.texi : Add entries for coshape. + * iresolve.cc (gfc_resolve_coshape): New function. + * trans-array.cc (gfc_conv_ss_startstride): Add 'case + GFC_ISYM_COSHAPE' in two places. + * trans-intrinsic.cc (conv_intrinsic_cobound): Modify assert in + scalarized section for lbound. Set bound to zero for scalar + case of coshape. Keep the lbound and use it together with the + scalarized ubound to obtain the coshape. + (gfc_conv_intrinsic_function, gfc_add_intrinsic_ss_code and + gfc_walk_intrinsic_function): Add 'case GFC_ISYM_COSHAPE' as + appropriate. + 2026-02-08 Harald Anlauf PR fortran/85547 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d3e06737322..1b15d128d1b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,34 @@ +2026-02-14 Kalvis Duckmanton + + PR target/112400 + * g++.dg/torture/pr112400.C: New file. + +2026-02-14 Christopher Albert + Harald Anlauf + + PR fortran/123943 + * gfortran.dg/pr123943.f90: New test. + +2026-02-14 Paul Thomas + + PR fortran/99250 + * gfortran.dg/coshape_1.f90: New test. + +2026-02-14 Andrew Pinski + + PR tree-optimization/124086 + * c-c++-common/torture/pr124086-1.c: New test. + * g++.dg/torture/pr124086-1.C: New test. + +2026-02-14 Andrew Pinski + + * gcc.dg/tree-ssa/copy-prop-aggregate-return-1.c: Limit check to x86_64 + and aarch64. + +2026-02-14 Andrew Pinski + + * g++.dg/warn/uninit-pr95825-1.C: Skip if no address sanitizer. + 2026-02-13 Vladimir N. Makarov PR rtl-optimization/124079 diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog index af5d54503e6..5a5aab343da 100644 --- a/libgcobol/ChangeLog +++ b/libgcobol/ChangeLog @@ -1,3 +1,17 @@ +2026-02-14 Jakub Jelinek + + PR cobol/122839 + * configure.ac (--with-target-libxml2, --with-target-libxml2-include, + --with-target-libxml2-lib): New configure options, use those to find + libxml2. + (LIBXML2_CPPFLAGS, LIBXML2_LIBS): New AC_SUBSTs. + * Makefile.am (AM_CPPFLAGS): Add $(LIBXML2_CPPFLAGS) rather than + -I /usr/include/libxml2. + (libgcobol_la_LDFLAGS): Add $(LIBXML2_LIBS). + * configure: Regenerate. + * config.h.in: Regenerate. + * Makefile.in: Regenerate. + 2026-02-12 Robert Dubner PR cobol/121499