Daily bump.

This commit is contained in:
GCC Administrator 2025-10-05 16:52:52 +00:00
parent 77dfe9e261
commit c2d52a6d38
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2025-10-03 Jeff Law <jlaw@ventanamicro.com>
Backported from master:
2023-06-12 Jeff Law <jlaw@ventanamicro.com>
PR rtl-optimization/101188
* postreload.cc (reload_cse_move2add_invalidate): New function,
extracted from...
(reload_cse_move2add): Call reload_cse_move2add_invalidate.
2025-09-18 hongtao.liu <hongtao.liu@intel.com>
Backported from master:

View File

@ -1 +1 @@
20251002
20251005

View File

@ -1,3 +1,11 @@
2025-10-03 Jeff Law <jlaw@ventanamicro.com>
Backported from master:
2023-06-12 Jeff Law <jlaw@ventanamicro.com>
PR rtl-optimization/101188
* gcc.c-torture/execute/pr101188.c: New test
2025-09-18 hongtao.liu <hongtao.liu@intel.com>
Backported from master: