diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-07 00:16:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-07 00:16:32 +0000 |
commit | 8fbe7d24373556d40886c7c00e9e2be5d9718c55 (patch) | |
tree | b126cd8f25603c91ed051247fe7afbfadd88550f /gcc | |
parent | b39d5fad621c25812fb764e3a8808bab3f2fe774 (diff) | |
download | gcc-8fbe7d24373556d40886c7c00e9e2be5d9718c55.zip gcc-8fbe7d24373556d40886c7c00e9e2be5d9718c55.tar.gz gcc-8fbe7d24373556d40886c7c00e9e2be5d9718c55.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 25 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/c-family/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/cobol/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 12 | ||||
-rw-r--r-- | gcc/d/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 14 |
7 files changed, 74 insertions, 1 deletions
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 <sloosemore@baylibre.com> + + * doc/extend.texi (Boolean Type): Further clarify support for + _Bool in C23 and C++. + +2025-04-06 Sandra Loosemore <sloosemore@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 <sloosemore@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 <sloosemore@baylibre.com> 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 <sloosemore@baylibre.com> + + * c.opt.urls: Regenerate. + +2025-04-06 Sandra Loosemore <sloosemore@baylibre.com> + + PR c/81831 + * c.opt (Wpsabi): Remove "Undocumented" modifier and add a + documentation string. + 2025-04-03 Jakub Jelinek <jakub@redhat.com> * 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 <iain@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 <iain@sandoe.co.uk> * 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 <ppalka@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 <ppalka@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 <ppalka@redhat.com> 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 <sloosemore@baylibre.com> + + * lang.opt.urls: Regenerate. + 2025-04-02 Iain Buclaw <ibuclaw@gdcproject.org> * 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 <iain@sandoe.co.uk> + + * lib/cobol.exp: Simplify the setting of COBOL_UNDER_TEST. + +2025-04-06 Patrick Palka <ppalka@redhat.com> + + PR c++/118626 + * g++.dg/cpp2a/class-deduction-alias25a.C: New test. + +2025-04-06 Patrick Palka <ppalka@redhat.com> + + PR c++/118626 + * g++.dg/cpp2a/class-deduction-alias25.C: New test. + 2025-04-05 Patrick Palka <ppalka@redhat.com> PR c++/118249 |