[Bug target/85261] New: __builtin_arm_set_fpscr ICEs with constant input
thopre01 at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Apr 6 14:16:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85261
Bug ID: 85261
Summary: __builtin_arm_set_fpscr ICEs with constant input
Product: gcc
Version: 8.0.1
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: target
Assignee: thopre01 at gcc dot gnu.org
Reporter: thopre01 at gcc dot gnu.org
Target Milestone: ---
Target: arm-none-eabi
The following code ICES when compiled with -mcpu=cortex-m4 -mfloat-abi=hard
-mfpu=fpv4-sp-d16 on trunk:
void
test_fpscr (void)
{
__builtin_arm_set_fpscr (0);
}
More information about the Gcc-bugs
mailing list