Skip to content

Commit bbecb88

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent f60570b commit bbecb88

File tree

7 files changed

+70
-1
lines changed

7 files changed

+70
-1
lines changed

gcc/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2025-04-05 Sandra Loosemore <[email protected]>
2+
3+
PR middle-end/112589
4+
* common.opt (-fcf-protection): Add documentation string.
5+
* doc/invoke.texi (Option Summary): Add entry for -fcf-protection
6+
without argument.
7+
(Instrumentation Options): Tidy the -fcf-protection entry and
8+
and add documention for the form without an argument.
9+
110
2025-04-04 Jakub Jelinek <[email protected]>
211

312
PR lto/119625

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250405
1+
20250406

gcc/cobol/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2025-04-05 Iain Sandoe <[email protected]>
2+
3+
* gcobolspec.cc (SPEC_FILE): New.
4+
(lang_specific_driver): Make the 'need libgcobol' flag global
5+
so that the prelink callback can use it. Libm use is now handled
6+
via the library spec.
7+
(lang_specific_pre_link): Include libgcobol.spec where needed.
8+
19
2025-04-04 Bob Dubner <[email protected]>
210

311
* cobol1.cc: Eliminate cobol_langhook_post_options.

gcc/cp/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2025-04-05 Patrick Palka <[email protected]>
2+
3+
PR c++/118249
4+
* constexpr.cc (potential_constant_expression_1)
5+
<case INDIRECT_REF>: Remove obsolete *this handling.
6+
7+
2025-04-05 Jason Merrill <[email protected]>
8+
9+
PR c++/118629
10+
* name-lookup.cc (pushdecl_outermost_localscope): Look for an
11+
sk_block.
12+
113
2025-04-04 Nathaniel Shead <[email protected]>
214

315
PR c++/119564

gcc/testsuite/ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2025-04-05 Patrick Palka <[email protected]>
2+
3+
PR c++/118249
4+
* g++.dg/cpp0x/constexpr-reinterpret2.C: Expect error at
5+
call site of the non-constexpr functions.
6+
* g++.dg/cpp23/constexpr-nonlit12.C: Likewise.
7+
* g++.dg/cpp0x/constexpr-ref14.C: New test.
8+
9+
2025-04-05 Iain Sandoe <[email protected]>
10+
11+
* lib/cobol.exp: Conditionally add a path for libgcobol.spec.
12+
13+
2025-04-05 Jason Merrill <[email protected]>
14+
15+
PR c++/118629
16+
* g++.dg/cpp0x/lambda/lambda-__func__3.C: New test.
17+
118
2025-04-04 Nathaniel Shead <[email protected]>
219

320
PR c++/119564

libgcc/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-04-05 Georg-Johann Lay <[email protected]>
2+
3+
* config/avr/lib1funcs.S (__umulhisi3) [Have MUL]: Reduce call
4+
depth by 1.
5+
16
2025-03-22 Georg-Johann Lay <[email protected]>
27

38
* config/avr/t-avr (LIB1ASMFUNCS, LIB2FUNCS_EXCLUDE):

libgcobol/ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2025-04-05 Iain Sandoe <[email protected]>
2+
3+
* Makefile.am: Add libgcobol.spec and dependency.
4+
* Makefile.in: Regenerate.
5+
* configure: Regenerate.
6+
* configure.ac: Add libgcobol.spec handling.
7+
* libgcobol.spec.in: New file.
8+
9+
2025-04-05 Iain Sandoe <[email protected]>
10+
11+
* aclocal.m4: Regenerate.
12+
* config.h.in: Regenerate.
13+
* Makefile.am: Use the configured LIBS and extra_ldflags.
14+
* Makefile.in: Regenerate.
15+
* configure: Regenerate.
16+
* configure.ac: Shift configure to use c++. Order tests for tools
17+
and environment before other tests.
18+
119
2025-04-04 Iain Sandoe <[email protected]>
220

321
* Makefile.am: Use $(LIBM) to add the math lib when

0 commit comments

Comments
 (0)