https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125600
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Arthur Cohen <[email protected]>: https://gcc.gnu.org/g:7081b8466862266bda6ae4e52442c05920d4b442 commit r17-1885-g7081b8466862266bda6ae4e52442c05920d4b442 Author: Arthur Cohen <[email protected]> Date: Thu Jun 4 15:11:37 2026 +0200 gccrs: aarch64: Work around regression in PR 125600 Commit 2e6d90ba (Defer literal suffix validation) caused a regression on aarch64 with an invalid error on one of our testcases. Since the testcase only concerns the parsing of UTF-8 identifiers, work around the regression by modifying the testcase itself. We opened Rust-GCC#4575 to address the issue later on, but let's restore the aarch64 build in the meantime. gcc/testsuite/ChangeLog: * rust/compile/torture/utf8_identifiers.rs: Use a more classical looking float value to test our UTF-8 identifier.
