https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124134
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
`-O1 -march=armv8-a+simd -mfpu=vfp -mfloat-abi=hard -mthumb` is enough to
reproduce it.
There looks to be an incompatiability to armv8-a+simd and vfp fpu. Note I
almost want to say this might be invalid combination, and -mfpu=auto should be
used instead.