https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90810
Christophe Lyon <clyon at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clyon at gcc dot gnu.org
--- Comment #9 from Christophe Lyon <clyon at gcc dot gnu.org> ---
The new test fail to execute on armeb-none-linux-gnueabihf --with-cpu cortex-a9
-with-fpu neon-fp16, but pass when using --with-fpu vfpv3-d16-fp16:
FAIL: g++.dg/ext/vector37.C -std=c++11 execution test
FAIL: g++.dg/ext/vector37.C -std=c++14 execution test
FAIL: g++.dg/ext/vector37.C -std=c++98 execution test
They pass on arm-* (ie little-endian), and aarch64/aarch64_be (ie both little
and big-endian on aarch64)