]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 15 Feb 2026 00:16:25 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 15 Feb 2026 00:16:25 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgcobol/ChangeLog

index f195f03d95d32ba7106eebc5c6be65d9b37f399e..cabfd68092a2409976c00f53fbd643b22644e74f 100644 (file)
@@ -1,3 +1,33 @@
+2026-02-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR cobol/122839
+       * doc/install.texi (COBOL-Specific Options): New.
+
+2026-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * 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  <kalvisd@gmail.com>
+
+       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  <macro@orcam.me.uk>
+
+       * config/vax/vax.cc (nonindexed_address_p): Move incoming RTX's
+       operand 0 access to the actual use places.
+
+2026-02-14  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       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  <dmalcolm@redhat.com>
 
        * json-parsing.cc (selftest::assert_json_pointer_eq): New.
index 56744ea366ca45dcf6d200745de6c64bf43b0915..4820ef6632aa7027d0b7e0b32996bd9bacde53ee 100644 (file)
@@ -1 +1 @@
-20260214
+20260215
index dc66b3a83ea5322cb77a3bc99be2bca8eec494fb..5c24f45016a11b1583d32a31b0a5ad5e44b6fe2d 100644 (file)
@@ -1,3 +1,32 @@
+2026-02-14  Christopher Albert  <albert@tugraz.at>
+           Harald Anlauf  <anlauf@gcc.gnu.org>
+
+       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  <pault@gcc.gnu.org>
+
+       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  <anlauf@gmx.de>
 
        PR fortran/85547
index d3e067373225e70a13b067243c3006ce30e6dbb5..1b15d128d1b51d89a34bc5b74e1963176940134d 100644 (file)
@@ -1,3 +1,34 @@
+2026-02-14  Kalvis Duckmanton  <kalvisd@gmail.com>
+
+       PR target/112400
+       * g++.dg/torture/pr112400.C: New file.
+
+2026-02-14  Christopher Albert  <albert@tugraz.at>
+           Harald Anlauf  <anlauf@gcc.gnu.org>
+
+       PR fortran/123943
+       * gfortran.dg/pr123943.f90: New test.
+
+2026-02-14  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/99250
+       * gfortran.dg/coshape_1.f90: New test.
+
+2026-02-14  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       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  <andrew.pinski@oss.qualcomm.com>
+
+       * gcc.dg/tree-ssa/copy-prop-aggregate-return-1.c: Limit check to x86_64
+       and aarch64.
+
+2026-02-14  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       * g++.dg/warn/uninit-pr95825-1.C: Skip if no address sanitizer.
+
 2026-02-13  Vladimir N. Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/124079
index af5d54503e65fae63ded3520ebad9014b7bf482c..5a5aab343dae0161b381a29d7fa510dbaf2d9423 100644 (file)
@@ -1,3 +1,17 @@
+2026-02-14  Jakub Jelinek  <jakub@redhat.com>
+
+       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  <rdubner@symas.com>
 
        PR cobol/121499