From: GCC Administrator Date: Mon, 7 Apr 2025 00:16:32 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-16~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fbe7d24373556d40886c7c00e9e2be5d9718c55;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ffbd9b965f..7699c298b5a 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 b362d0af100..64b49caa89a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250406 +20250407 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 5e7bff88cb2..2d8ef50b039 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 b1b310c3692..eca5ffacc69 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 44b592b30b1..a6d2c304265 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 1ea467eaa89..3f56e0f455c 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 040dc1c8cac..9443e8dc03f 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 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index c505e8877e5..ebfb4e284bc 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,17 @@ +2025-04-06 Georg-Johann Lay + + * 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 * config/avr/lib1funcs.S (__umulhisi3) [Have MUL]: Reduce call