Daily bump.
This commit is contained in:
parent
b39d5fad62
commit
8fbe7d2437
8 changed files with 88 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
20250406
|
||||
20250407
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
2025-04-06 Georg-Johann Lay <avr@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 <avr@gjlay.de>
|
||||
|
||||
* config/avr/lib1funcs.S (__umulhisi3) [Have MUL]: Reduce call
|
||||
|
|
Loading…
Add table
Reference in a new issue