[Bug target/64405] [arm] Invalid codegenaration for ARMv3 and ARMv2

2021-07-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |9.0 Resolution|---

[Bug target/64405] [arm] Invalid codegenaration for ARMv3 and ARMv2

2016-11-29 Thread Sergey.Belyashov at gmail dot com
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...

[Bug target/64405] [arm] Invalid codegenaration for ARMv3 and ARMv2

2016-11-29 Thread Sergey.Belyashov at gmail dot com
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_

[Bug target/64405] [arm] Invalid codegenaration for ARMv3 and ARMv2

2015-01-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code Stat

[Bug target/64405] [arm] Invalid codegenaration for ARMv3 and ARMv2

2014-12-25 Thread Sergey.Belyashov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64405 Sergey Belyashov changed: What|Removed |Added Target||ARMv4 Known to fail|