https://gcc.gnu.org/g:83720e914dbce4ce37791f90f9ebdbc49af1142d

commit r16-7518-g83720e914dbce4ce37791f90f9ebdbc49af1142d
Author: GCC Administrator <[email protected]>
Date:   Sun Feb 15 00:16:25 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 30 ++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 29 +++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 31 +++++++++++++++++++++++++++++++
 libgcobol/ChangeLog     | 14 ++++++++++++++
 5 files changed, 105 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f195f03d95d3..cabfd68092a2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,33 @@
+2026-02-14  Jakub Jelinek  <[email protected]>
+
+       PR cobol/122839
+       * doc/install.texi (COBOL-Specific Options): New.
+
+2026-02-14  Rainer Orth  <[email protected]>
+
+       * configure.ac <sparc*-*-*> (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  <[email protected]>
+
+       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  <[email protected]>
+
+       * config/vax/vax.cc (nonindexed_address_p): Move incoming RTX's
+       operand 0 access to the actual use places.
+
+2026-02-14  Andrew Pinski  <[email protected]>
+
+       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  <[email protected]>
 
        * json-parsing.cc (selftest::assert_json_pointer_eq): New.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 56744ea366ca..4820ef6632aa 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260214
+20260215
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index dc66b3a83ea5..5c24f45016a1 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,32 @@
+2026-02-14  Christopher Albert  <[email protected]>
+           Harald Anlauf  <[email protected]>
+
+       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  <[email protected]>
+
+       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  <[email protected]>
 
        PR fortran/85547
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d3e067373225..1b15d128d1b5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,34 @@
+2026-02-14  Kalvis Duckmanton  <[email protected]>
+
+       PR target/112400
+       * g++.dg/torture/pr112400.C: New file.
+
+2026-02-14  Christopher Albert  <[email protected]>
+           Harald Anlauf  <[email protected]>
+
+       PR fortran/123943
+       * gfortran.dg/pr123943.f90: New test.
+
+2026-02-14  Paul Thomas  <[email protected]>
+
+       PR fortran/99250
+       * gfortran.dg/coshape_1.f90: New test.
+
+2026-02-14  Andrew Pinski  <[email protected]>
+
+       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  <[email protected]>
+
+       * gcc.dg/tree-ssa/copy-prop-aggregate-return-1.c: Limit check to x86_64
+       and aarch64.
+
+2026-02-14  Andrew Pinski  <[email protected]>
+
+       * g++.dg/warn/uninit-pr95825-1.C: Skip if no address sanitizer.
+
 2026-02-13  Vladimir N. Makarov  <[email protected]>
 
        PR rtl-optimization/124079
diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog
index af5d54503e65..5a5aab343dae 100644
--- a/libgcobol/ChangeLog
+++ b/libgcobol/ChangeLog
@@ -1,3 +1,17 @@
+2026-02-14  Jakub Jelinek  <[email protected]>
+
+       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  <[email protected]>
 
        PR cobol/121499

Reply via email to