Daily bump.
This commit is contained in:
parent
22e30d60b9
commit
38aeb609f3
4 changed files with 46 additions and 1 deletions
|
@ -1,3 +1,15 @@
|
|||
2025-02-09 Dario Gjorgjevski <dario.gjorgjevski@gmail.com>
|
||||
|
||||
PR middle-end/117263
|
||||
* genautomata.cc (output_statistics): Avoid set but unnused warnings
|
||||
when compiling with NDEBUG.
|
||||
|
||||
2025-02-09 Jeff Law <jlaw@ventanamicro.com>
|
||||
|
||||
PR target/118146
|
||||
* config/riscv/riscv.cc (riscv_legitimize_move): Handle subreg
|
||||
of vector source better to avoid ICE.
|
||||
|
||||
2025-02-08 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR target/118764
|
||||
|
|
|
@ -1 +1 @@
|
|||
20250209
|
||||
20250210
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2025-02-09 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/24878
|
||||
* interface.cc (compare_parameter): Check global subroutines
|
||||
passed as actual arguments for subroutine / function and
|
||||
function type.
|
||||
|
||||
2025-02-08 Sandra Loosemore <sloosemore@baylibre.com>
|
||||
|
||||
PR middle-end/107067
|
||||
|
|
|
@ -1,3 +1,29 @@
|
|||
2025-02-09 Jeff Law <jlaw@ventanamicro.com>
|
||||
|
||||
PR target/115123
|
||||
* gcc.target/riscv/rvv/base/pr114352-3.c: Adjust expected output.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_multiple-7.c: Likewise.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_multiple-8.c: Likewise.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_single-66.c: Likewise.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_single-82.c: Likewise.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_single-83.c: Likewise.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_single-86.c: Likewise.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_single-88.c: Likewise.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_single-90.c: Likewise.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_single-91.c: Likewise.
|
||||
* gcc.target/riscv/rvv/vsetvl/avl_single-92.c: Likewise.
|
||||
|
||||
2025-02-09 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/24878
|
||||
* gfortran.dg/interface_51.f90: New test.
|
||||
|
||||
2025-02-09 Jeff Law <jlaw@ventanamicro.com>
|
||||
|
||||
PR target/118146
|
||||
* gcc.target/riscv/pr118146-1.c: New test.
|
||||
* gcc.target/riscv/pr118146-2.c: New test.
|
||||
|
||||
2025-02-08 Sandra Loosemore <sloosemore@baylibre.com>
|
||||
|
||||
PR middle-end/107067
|
||||
|
|
Loading…
Add table
Reference in a new issue