[Bug target/64405] [arm] Invalid codegenaration for ARMv3 and ARMv2
Sergey.Belyashov at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Nov 29 13:13:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405
--- Comment #3 from Sergey Belyashov <Sergey.Belyashov at gmail dot com> ---
I try to investigate problem agait. But I do not understand, how function can
be ARM_FT_INTERWORKED on armv2? It is possible only on armv4t and armv5.
Moreover, under the case gcc_assert(arm_arch4t || arm_arch5) is placed, but
does not work (optimized?).
More information about the Gcc-bugs
mailing list