[Bug target/68620] ICE on gcc.target/arm/attr-neon-fp16.c
chrbr at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 3 09:50:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68620
chrbr at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2015-12-3
CC| |chrbr at gcc dot gnu.org
--- Comment #2 from chrbr at gcc dot gnu.org ---
confirmed. the following ICE with default configure options
arm-none-eabi-gcc -mfp16-format=ieee -mbig-endian -mfpu=neon-fp16
-mfloat-abi=hard ~/neon-fp16-fail.c
#include "arm_neon.h"
float16x4_t
foo (float32x4_t arg)
{
return vcvt_f16_f32 (arg);
}
More information about the Gcc-bugs
mailing list