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); }