https://gcc.gnu.org/g:bbecb88c39bb744831024f5cb9cc30dde98e347d

commit r15-9227-gbbecb88c39bb744831024f5cb9cc30dde98e347d
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Apr 6 00:17:12 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  9 +++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cobol/ChangeLog     |  8 ++++++++
 gcc/cp/ChangeLog        | 12 ++++++++++++
 gcc/testsuite/ChangeLog | 17 +++++++++++++++++
 libgcc/ChangeLog        |  5 +++++
 libgcobol/ChangeLog     | 18 ++++++++++++++++++
 7 files changed, 70 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f2bb985455ea..4ffbd9b965ff 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2025-04-05  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       PR middle-end/112589
+       * common.opt (-fcf-protection): Add documentation string.
+       * doc/invoke.texi (Option Summary): Add entry for -fcf-protection
+       without argument.
+       (Instrumentation Options): Tidy the -fcf-protection entry and
+       and add documention for the form without an argument.
+
 2025-04-04  Jakub Jelinek  <ja...@redhat.com>
 
        PR lto/119625
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d5996ab41160..b362d0af1007 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250405
+20250406
diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog
index 9f16500d0583..b1b310c36921 100644
--- a/gcc/cobol/ChangeLog
+++ b/gcc/cobol/ChangeLog
@@ -1,3 +1,11 @@
+2025-04-05  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * gcobolspec.cc (SPEC_FILE): New.
+       (lang_specific_driver): Make the 'need libgcobol' flag global
+       so that the prelink callback can use it. Libm use is now handled
+       via the library spec.
+       (lang_specific_pre_link): Include libgcobol.spec where needed.
+
 2025-04-04  Bob Dubner  <rdub...@symas.com>
 
        * cobol1.cc: Eliminate cobol_langhook_post_options.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 91ea35d18456..44b592b30b1d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,15 @@
+2025-04-05  Patrick Palka  <ppa...@redhat.com>
+
+       PR c++/118249
+       * constexpr.cc (potential_constant_expression_1)
+       <case INDIRECT_REF>: Remove obsolete *this handling.
+
+2025-04-05  Jason Merrill  <ja...@redhat.com>
+
+       PR c++/118629
+       * name-lookup.cc (pushdecl_outermost_localscope): Look for an
+       sk_block.
+
 2025-04-04  Nathaniel Shead  <nathanielosh...@gmail.com>
 
        PR c++/119564
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 25aca7910b2d..040dc1c8cac2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,20 @@
+2025-04-05  Patrick Palka  <ppa...@redhat.com>
+
+       PR c++/118249
+       * g++.dg/cpp0x/constexpr-reinterpret2.C: Expect error at
+       call site of the non-constexpr functions.
+       * g++.dg/cpp23/constexpr-nonlit12.C: Likewise.
+       * g++.dg/cpp0x/constexpr-ref14.C: New test.
+
+2025-04-05  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * lib/cobol.exp: Conditionally add a path for libgcobol.spec.
+
+2025-04-05  Jason Merrill  <ja...@redhat.com>
+
+       PR c++/118629
+       * g++.dg/cpp0x/lambda/lambda-__func__3.C: New test.
+
 2025-04-04  Nathaniel Shead  <nathanielosh...@gmail.com>
 
        PR c++/119564
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 7151f3133603..c505e8877e5e 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2025-04-05  Georg-Johann Lay  <a...@gjlay.de>
+
+       * config/avr/lib1funcs.S (__umulhisi3) [Have MUL]: Reduce call
+       depth by 1.
+
 2025-03-22  Georg-Johann Lay  <a...@gjlay.de>
 
        * config/avr/t-avr (LIB1ASMFUNCS, LIB2FUNCS_EXCLUDE):
diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog
index e06ccbe74a88..28cd912579b1 100644
--- a/libgcobol/ChangeLog
+++ b/libgcobol/ChangeLog
@@ -1,3 +1,21 @@
+2025-04-05  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * Makefile.am: Add libgcobol.spec and dependency.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Add libgcobol.spec handling.
+       * libgcobol.spec.in: New file.
+
+2025-04-05  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * aclocal.m4: Regenerate.
+       * config.h.in: Regenerate.
+       * Makefile.am: Use the configured LIBS and extra_ldflags.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Shift configure to use c++. Order tests for tools
+       and environment before other tests.
+
 2025-04-04  Iain Sandoe  <i...@sandoe.co.uk>
 
        * Makefile.am: Use $(LIBM) to add the math lib when

Reply via email to