https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |9.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405
--- Comment #4 from Sergey Belyashov ---
I found workaround: add -mno-thumb-interwork flag to the compiler. But it is
not good idea, to enable thumb-interwork for pre-armv4 targets by default...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405
--- Comment #3 from Sergey Belyashov ---
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_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Keywords||wrong-code
Stat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405
Sergey Belyashov changed:
What|Removed |Added
Target||ARMv4
Known to fail|