https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119909
--- Comment #1 from Jeevitha <jeevitha at gcc dot gnu.org> --- The test case failed as shown below: FAIL: gcc.dg/torture/pr119131-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr119131-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr119131-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr119131-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr119131-1.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr119131-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors) FAIL: gcc.dg/torture/pr119131-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) This issue is caused by the following commit. This test case was newly added, Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Mon Mar 10 23:10:01 2025 -0700 aarch64: Fix DFP constants [PR119131]