https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119909

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Jeevitha from comment #1)
> 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]

Can you provide the full log for this test? It passes on X86_64 and aarch64
without any trouble.  There is a check to make sure dfp is supported too.

Reply via email to