From 8fbe7d24373556d40886c7c00e9e2be5d9718c55 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Mon, 7 Apr 2025 00:16:32 +0000 Subject: Daily bump. --- 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 ++++++++++++++ 7 files changed, 74 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ffbd9b..7699c29 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,28 @@ +2025-04-06 Sandra Loosemore + + * doc/extend.texi (Boolean Type): Further clarify support for + _Bool in C23 and C++. + +2025-04-06 Sandra Loosemore + + 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 + + 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 PR middle-end/112589 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b362d0a..64b49ca 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250406 +20250407 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 5e7bff8..2d8ef50 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,13 @@ +2025-04-06 Sandra Loosemore + + * c.opt.urls: Regenerate. + +2025-04-06 Sandra Loosemore + + PR c/81831 + * c.opt (Wpsabi): Remove "Undocumented" modifier and add a + documentation string. + 2025-04-03 Jakub Jelinek * c.opt.urls: Regenerate. diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index b1b310c..eca5ffa 100644 --- a/gcc/cobol/ChangeLog +++ b/gcc/cobol/ChangeLog @@ -1,3 +1,11 @@ +2025-04-06 Iain Sandoe + + 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 * gcobolspec.cc (SPEC_FILE): New. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 44b592b..a6d2c30 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,15 @@ +2025-04-06 Patrick Palka + + PR c++/118626 + * pt.cc (maybe_dependent_member_ref): Restrict TYPENAME_TYPE + shortcut to non-typedef TYPE_DECL. + +2025-04-06 Patrick Palka + + 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 PR c++/118249 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 1ea467e..3f56e0f 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,7 @@ +2025-04-06 Sandra Loosemore + + * lang.opt.urls: Regenerate. + 2025-04-02 Iain Buclaw * dmd/MERGE: Merge upstream dmd ed17b3e95d. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 040dc1c..9443e8d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,17 @@ +2025-04-06 Iain Sandoe + + * lib/cobol.exp: Simplify the setting of COBOL_UNDER_TEST. + +2025-04-06 Patrick Palka + + PR c++/118626 + * g++.dg/cpp2a/class-deduction-alias25a.C: New test. + +2025-04-06 Patrick Palka + + PR c++/118626 + * g++.dg/cpp2a/class-deduction-alias25.C: New test. + 2025-04-05 Patrick Palka PR c++/118249 -- cgit v1.1