Daily bump.

This commit is contained in:
GCC Administrator
2026-03-09 00:16:25 +00:00
parent 8ee479c278
commit debb3d46e4
3 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2026-03-08 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR target/124403
* config/riscv/riscv.cc (riscv_get_vls_cc_attr): Fix formating
of the diagnostic.
2026-03-07 Sandra Loosemore <sloosemore@baylibre.com>
PR driver/69367

View File

@@ -1 +1 @@
20260308
20260309

View File

@@ -1,3 +1,11 @@
2026-03-08 Jose E. Marchesi <jemarch@gnu.org>
PR algol68/124372
* a68-low-units.cc (a68_lower_denotation): Call to strtoull if
INT64_T_IS_LONG is not defined, strtol otherwise.
* a68-parser-scanner.cc (get_next_token): Use strtoul for radix
instead of strtol.
2026-03-05 Jose E. Marchesi <jemarch@gnu.org>
PR algol68/124322