https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126253
Bug ID: 126253
Summary: std/simd/arithmetic.cc FAILs
Product: gcc
Version: 17.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: ro at gcc dot gnu.org
Target Milestone: ---
Target: i386-pc-solaris2.11, amd64-pc-solaris2.11
The new std/simd/arithmetic.cc test FAILs on Solaris/x86 and Darwin/x86, both
32 and 64-bit:
+FAIL: std/simd/arithmetic.cc -std=gnu++26 execution test
+FAIL: std/simd/arithmetic.cc -std=gnu++29 execution test
Testing 'multiplication_corner_cases|4 (inf,0)'
/vol/gcc/src/hg/master/local/libstdc++-v3/testsuite/std/simd/arithmetic.cc:86:16:
in runtime test of 'multiplication_corner_cases|4' verify_equal failed:
result: [(nan,-nan), (nan,-nan)]
expected: (inf,-nan)
[(-inf,-nan), (-inf,-nan)]
It also FAILs on Darwin/x86, but that's an ICE instead.