https://gcc.gnu.org/g:8fbe7d24373556d40886c7c00e9e2be5d9718c55

commit r15-9237-g8fbe7d24373556d40886c7c00e9e2be5d9718c55
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Apr 7 00:16:32 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 25 +++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/c-family/ChangeLog  | 10 ++++++++++
 gcc/cobol/ChangeLog     |  8 ++++++++
 gcc/cp/ChangeLog        | 12 ++++++++++++
 gcc/d/ChangeLog         |  4 ++++
 gcc/testsuite/ChangeLog | 14 ++++++++++++++
 libgcc/ChangeLog        | 14 ++++++++++++++
 8 files changed, 88 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4ffbd9b965ff..7699c298b5a7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,28 @@
+2025-04-06  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       * doc/extend.texi (Boolean Type): Further clarify support for
+       _Bool in C23 and C++.
+
+2025-04-06  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       PR middle-end/78874
+       * doc/invoke.texi (Warning Options): Fix description of
+       -Wno-aggressive-loop-optimizations to reflect that this turns
+       off the warning, and the default is for it to be enabled.
+
+2025-04-06  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       PR c/81831
+       * doc/invoke.texi (Option Summary): Add -Wno-psabi.
+       (Warning Options): Document -Wpsabi separately from -Wabi.
+       Note it's enabled by default, not just implied by -Wabi.
+       Replace the detailed example for a GCC 4.4 change for x86
+       (which is unlikely to be very interesting nowadays) with
+       just a list of all targets that presently diagnose these
+       warnings.
+       (RS/6000 and PowerPC Options): Add cross-references for
+       -Wno-psabi.
+
 2025-04-05  Sandra Loosemore  <sloosem...@baylibre.com>
 
        PR middle-end/112589
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index b362d0af1007..64b49caa89a0 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250406
+20250407
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 5e7bff88cb22..2d8ef50b0391 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,13 @@
+2025-04-06  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       * c.opt.urls: Regenerate.
+
+2025-04-06  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       PR c/81831
+       * c.opt (Wpsabi): Remove "Undocumented" modifier and add a
+       documentation string.
+
 2025-04-03  Jakub Jelinek  <ja...@redhat.com>
 
        * c.opt.urls: Regenerate.
diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog
index b1b310c36921..eca5ffacc695 100644
--- a/gcc/cobol/ChangeLog
+++ b/gcc/cobol/ChangeLog
@@ -1,3 +1,11 @@
+2025-04-06  Iain Sandoe  <i...@sandoe.co.uk>
+
+       PR cobol/119414
+       * gcobolspec.cc (append_rdynamic,
+       append_allow_multiple_definition, append_fpic): Remove.
+       (lang_specific_driver): Remove platform-specific command
+       line option handling.
+
 2025-04-05  Iain Sandoe  <i...@sandoe.co.uk>
 
        * gcobolspec.cc (SPEC_FILE): New.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 44b592b30b1d..a6d2c3042654 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,15 @@
+2025-04-06  Patrick Palka  <ppa...@redhat.com>
+
+       PR c++/118626
+       * pt.cc (maybe_dependent_member_ref): Restrict TYPENAME_TYPE
+       shortcut to non-typedef TYPE_DECL.
+
+2025-04-06  Patrick Palka  <ppa...@redhat.com>
+
+       PR c++/118626
+       * pt.cc (maybe_dependent_member_ref): Substitute and return the
+       stripped type if we decided to not rewrite it directly.
+
 2025-04-05  Patrick Palka  <ppa...@redhat.com>
 
        PR c++/118249
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 1ea467eaa891..3f56e0f455cb 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,7 @@
+2025-04-06  Sandra Loosemore  <sloosem...@baylibre.com>
+
+       * lang.opt.urls: Regenerate.
+
 2025-04-02  Iain Buclaw  <ibuc...@gdcproject.org>
 
        * dmd/MERGE: Merge upstream dmd ed17b3e95d.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 040dc1c8cac2..9443e8dc03f4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,17 @@
+2025-04-06  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * lib/cobol.exp: Simplify the setting of COBOL_UNDER_TEST.
+
+2025-04-06  Patrick Palka  <ppa...@redhat.com>
+
+       PR c++/118626
+       * g++.dg/cpp2a/class-deduction-alias25a.C: New test.
+
+2025-04-06  Patrick Palka  <ppa...@redhat.com>
+
+       PR c++/118626
+       * g++.dg/cpp2a/class-deduction-alias25.C: New test.
+
 2025-04-05  Patrick Palka  <ppa...@redhat.com>
 
        PR c++/118249
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index c505e8877e5e..ebfb4e284bc8 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,17 @@
+2025-04-06  Georg-Johann Lay  <a...@gjlay.de>
+
+       * config/avr/t-avr (LIB1ASMFUNCS): Add (and remove from
+       FUNCS_notiny): _mulhisi3, _umulhisi3, _mulqq3, _mulhq3, _muluhq3,
+       _mulha3, _muluha3 _muluha3_round, _usmuluha3, _ssmulha3,
+       _divqq3, _udivuqq3, _divqq_helper, _divhq3, _udivuhq3.
+       _divha3 _udivuha3, _ssneg_2, _ssabs_1, _ssabs_2,
+       _mask1, _ret, _roundqq3 _rounduqq3,
+       _round_s2, _round_u2, _round_2_const, _addmask_2.
+       * config/avr/lib1funcs.S (__umulhisi3, __mulhisi3): Make
+       work on AVRrc.
+       * config/avr/lib1funcs-fixed.S: Build 8-bit and 16-bit functions
+       on AVRrc, too.
+
 2025-04-05  Georg-Johann Lay  <a...@gjlay.de>
 
        * config/avr/lib1funcs.S (__umulhisi3) [Have MUL]: Reduce call

Reply via email to