]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Sep 2025 00:20:03 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Sep 2025 00:20:03 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgcc/ChangeLog
libstdc++-v3/ChangeLog

index b010b212805d7972e8ce797d4a4fc68e3f3e37f8..e0a7c643264a9310d702c8216b8763be44f69671 100644 (file)
@@ -1,3 +1,20 @@
+2025-09-25  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/invoke.texi (Warning Options): Use "bitwise" over
+       "bit-wise".
+       * doc/extend.texi (Vector Extensions): Use "elementwise"
+       over "element-wise".
+       * doc/md.texi (Standard Names): Ditto.
+
+2025-09-25  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/extend.texi (Vector Extensions): Fix grammar.
+
+2025-09-25  Xi Ruoyao  <xry111@xry111.site>
+
+       * doc/invoke.texi (-ffp-int-builtin-inexact): Reword to match
+       the default value with the default C standard.
+
 2025-09-24  Dusan Stojkovic  <Dusan.Stojkovic@rt-rk.com>
 
        PR target/121778
index 1c24425e59bb72223113869b506c5484551120e9..021949afc4f63aea2082d75f62092010c7b9de94 100644 (file)
@@ -1 +1 @@
-20250925
+20250926
index 32aa8396549428e54584ada4d3cbfbef5f500dfc..60ff8699b9afa7a992a3e40975c633463c203291 100644 (file)
@@ -1,3 +1,10 @@
+2025-09-25  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122015
+       PR c++/122019
+       * module.cc (trees_in::install_entity): Remove incorrect
+       assertion.
+
 2025-09-24  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        PR c++/122019
index be89f51a1f26ccb46ee823b05443abbe74f79f6f..68842d61811fe648d6a828caa1472979d180ada7 100644 (file)
@@ -1,3 +1,9 @@
+2025-09-25  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/121939
+       * trans-types.cc (gfc_init_types): Set string flag for all
+       character types.
+
 2025-09-24  Mikael Morin  <morin-mikael@orange.fr>
 
        PR fortran/122046
index ef8943a5f93c28fca4aae753c11684c2be037076..16403e26a365e4f926f7f0ca96968df46d1b266e 100644 (file)
@@ -1,3 +1,9 @@
+2025-09-25  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/121939
+       * gfortran.dg/deferred_character_39.f90: Disable temporary
+       workaround for character(kind=4) deferred-length bug.
+
 2025-09-24  Dusan Stojkovic  <Dusan.Stojkovic@rt-rk.com>
 
        PR target/121778
index 5b6dbf57a141b0c86fa26d3132024c3b175c2705..7e401bb1619daf2a82eb12ea5a05d581794b33bf 100644 (file)
@@ -1,3 +1,7 @@
+2025-09-25  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/sync-libfuncs.c (atomic_store_8): Fix asm.
+
 2025-09-19  Jim Lin  <jim@andestech.com>
 
        * config/riscv/save-restore.S: Only save/restore the registers
index 18027b718fbb781e0c05959eb257705baad842fd..a3ee448c6af05e7c35ffab8f85168e876af1d2fc 100644 (file)
@@ -1,3 +1,32 @@
+2025-09-25  Luc Grosheintz  <luc.grosheintz@gmail.com>
+
+       * include/std/mdspan (__static_quotient): New overload.
+
+2025-09-25  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/stl_algo.h: Check robust_nonmodifying_seq_ops
+       feature test macro instead of checking __cplusplus value. Add
+       comment to another __cplusplus check.
+       * include/bits/stl_algobase.h: Add comment to #endif.
+
+2025-09-25  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/79147
+       PR libstdc++/103650
+       * include/Makefile.am (c++config.h): Adjust sed command to
+       comment out STDC_HEADERS macro.
+       * include/Makefile.in: Regenerate.
+
+2025-09-25  Luc Grosheintz  <luc.grosheintz@gmail.com>
+
+       * testsuite/23_containers/mdspan/layouts/empty.cc: Fix indent.
+       * testsuite/23_containers/mdspan/layouts/mapping.cc
+       (test_stride_1d): Fix test.
+       (test_stride_2d): Rewrite using a struct.
+       (test_stride_3d): Ditto.
+       (has_static_is_exhaustive): New concept.
+       (test_mapping_properties): Update test.
+
 2025-09-24  Luc Grosheintz  <luc.grosheintz@gmail.com>
            Tomasz KamiƄski  <tkaminsk@redhat.com>