Skip to content

Commit 11a662d

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 505c139 commit 11a662d

File tree

7 files changed

+70
-1
lines changed

7 files changed

+70
-1
lines changed

gcc/ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2025-09-25 Gerald Pfeifer <gerald@pfeifer.com>
2+
3+
* doc/invoke.texi (Warning Options): Use "bitwise" over
4+
"bit-wise".
5+
* doc/extend.texi (Vector Extensions): Use "elementwise"
6+
over "element-wise".
7+
* doc/md.texi (Standard Names): Ditto.
8+
9+
2025-09-25 Gerald Pfeifer <gerald@pfeifer.com>
10+
11+
* doc/extend.texi (Vector Extensions): Fix grammar.
12+
13+
2025-09-25 Xi Ruoyao <xry111@xry111.site>
14+
15+
* doc/invoke.texi (-ffp-int-builtin-inexact): Reword to match
16+
the default value with the default C standard.
17+
118
2025-09-24 Dusan Stojkovic <Dusan.Stojkovic@rt-rk.com>
219

320
PR target/121778

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250925
1+
20250926

gcc/cp/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025-09-25 Nathaniel Shead <nathanieloshead@gmail.com>
2+
3+
PR c++/122015
4+
PR c++/122019
5+
* module.cc (trees_in::install_entity): Remove incorrect
6+
assertion.
7+
18
2025-09-24 Nathaniel Shead <nathanieloshead@gmail.com>
29

310
PR c++/122019

gcc/fortran/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-09-25 Harald Anlauf <anlauf@gmx.de>
2+
3+
PR fortran/121939
4+
* trans-types.cc (gfc_init_types): Set string flag for all
5+
character types.
6+
17
2025-09-24 Mikael Morin <morin-mikael@orange.fr>
28

39
PR fortran/122046

gcc/testsuite/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-09-25 Harald Anlauf <anlauf@gmx.de>
2+
3+
PR fortran/121939
4+
* gfortran.dg/deferred_character_39.f90: Disable temporary
5+
workaround for character(kind=4) deferred-length bug.
6+
17
2025-09-24 Dusan Stojkovic <Dusan.Stojkovic@rt-rk.com>
28

39
PR target/121778

libgcc/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-09-25 John David Anglin <danglin@gcc.gnu.org>
2+
3+
* config/pa/sync-libfuncs.c (atomic_store_8): Fix asm.
4+
15
2025-09-19 Jim Lin <jim@andestech.com>
26

37
* config/riscv/save-restore.S: Only save/restore the registers

libstdc++-v3/ChangeLog

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
2025-09-25 Luc Grosheintz <luc.grosheintz@gmail.com>
2+
3+
* include/std/mdspan (__static_quotient): New overload.
4+
5+
2025-09-25 Jonathan Wakely <jwakely@redhat.com>
6+
7+
* include/bits/stl_algo.h: Check robust_nonmodifying_seq_ops
8+
feature test macro instead of checking __cplusplus value. Add
9+
comment to another __cplusplus check.
10+
* include/bits/stl_algobase.h: Add comment to #endif.
11+
12+
2025-09-25 Jonathan Wakely <jwakely@redhat.com>
13+
14+
PR libstdc++/79147
15+
PR libstdc++/103650
16+
* include/Makefile.am (c++config.h): Adjust sed command to
17+
comment out STDC_HEADERS macro.
18+
* include/Makefile.in: Regenerate.
19+
20+
2025-09-25 Luc Grosheintz <luc.grosheintz@gmail.com>
21+
22+
* testsuite/23_containers/mdspan/layouts/empty.cc: Fix indent.
23+
* testsuite/23_containers/mdspan/layouts/mapping.cc
24+
(test_stride_1d): Fix test.
25+
(test_stride_2d): Rewrite using a struct.
26+
(test_stride_3d): Ditto.
27+
(has_static_is_exhaustive): New concept.
28+
(test_mapping_properties): Update test.
29+
130
2025-09-24 Luc Grosheintz <luc.grosheintz@gmail.com>
231
Tomasz Kamiński <tkaminsk@redhat.com>
332

0 commit comments

Comments
 (0)