Daily bump.

This commit is contained in:
GCC Administrator 2025-12-12 00:19:36 +00:00
parent d2136fa1e1
commit 01cb1fd66d
6 changed files with 55 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2025-12-11 Vladimir N. Makarov <vmakarov@redhat.com>
PR rtl-optimization/122215
* ira-color.cc (improve_allocation): Use register filter for all
loop on hard regs.
2025-12-10 Robin Dapp <rdapp@ventanamicro.com>
Backported from master:

View File

@ -1 +1 @@
20251211
20251212

View File

@ -1,3 +1,14 @@
2025-12-11 Eric Botcazou <ebotcazou@adacore.com>
PR ada/123096
* exp_put_image.adb (Build_Record_Put_Image_Procedure): Call
Incomplete_Or_Partial_View with Partial_Only set to True.
2025-12-11 Eric Botcazou <ebotcazou@adacore.com>
PR ada/123088
* sem_aggr.adb (Resolve_Record_Aggregate): Add missing guard.
2025-12-08 Eric Botcazou <ebotcazou@adacore.com>
PR ada/123037

View File

@ -1,3 +1,11 @@
2025-12-11 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2025-12-09 Jakub Jelinek <jakub@redhat.com>
PR c/123018
* c-decl.cc (finish_struct): Diagnose bit-fields with vector type.
2025-12-08 Jakub Jelinek <jakub@redhat.com>
Backported from master:

View File

@ -1,3 +1,25 @@
2025-12-11 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/specs/put_image2.ads: New test.
2025-12-11 Vladimir N. Makarov <vmakarov@redhat.com>
PR rtl-optimization/122215
* gcc.target/riscv/pr122215.c: New.
* lib/target-supports.exp (check_effective_target_valgrind): New.
2025-12-11 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/aggr33.adb: New test.
2025-12-11 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2025-12-09 Jakub Jelinek <jakub@redhat.com>
PR c/123018
* gcc.dg/pr123018.c: New test.
2025-12-10 Robin Dapp <rdapp@ventanamicro.com>
Backported from master:

View File

@ -1,3 +1,10 @@
2025-12-11 Frank Scheiner <frank.scheiner@web.de>
Backported from master:
2025-11-25 Frank Scheiner <frank.scheiner@web.de>
* affinity-fmt.c: Make char *q a pointer to a const char.
2025-09-25 Tobias Burnus <tburnus@baylibre.com>
Backported from master: