Daily bump.

This commit is contained in:
GCC Administrator 2025-10-07 00:27:45 +00:00
parent 0d83aa63e6
commit 774ee96d09
3 changed files with 53 additions and 1 deletions

View File

@ -1 +1 @@
20251006
20251007

View File

@ -1,3 +1,25 @@
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
* gcc.target/avr/sincos-1.c: New test.
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
PR target/122177
* gcc.target/avr/fminfmax-1.c: New test.
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
* gcc.target/avr/cmpdi-1.c: New test.
2025-10-05 Eric Botcazou <ebotcazou@adacore.com>
PR ada/113536

View File

@ -1,3 +1,33 @@
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
* libf7-common.mk (F7_ASM_PARTS): Add D_sincos.
* libf7-asm.sx: (D_sincos): New module implements sincos / sincosl.
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
PR target/122177
* libf7-common.mk (m_ddd): Remove: fmin, fmax.
(F7_ASM_PARTS): Add: D_fminfmax.
* libf7-asm.sx (D_fmanfmax): New module.
* f7-wraps.h: Rebuild.
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
2025-10-06 Georg-Johann Lay <avr@gjlay.de>
* libf7-common.mk (g_xdd_cmp): Remove le, lt, ge, gt, ne, eq, unord.
(F7_ASM_PARTS): Add D_cmp, D_eq, D_ne, D_ge, D_gt, D_le, D_lt, D_unord.
* libf7-asm.sx (D_cmp, D_eq, D_ne, D_ge, D_gt, D_le, D_lt, D_unord):
New modules.
* f7-wraps.h: Rebuild.
2025-08-08 Release Manager
* GCC 15.2.0 released.