[Bug translation/90061] ARM cortex-M hard fault on 64 bit sized object store to unaligned address

2019-04-12 Thread mike at hamble dot online
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90061 --- Comment #3 from Michael James --- HiSimple tests do not seem to be failing here either regardless of optimisation.They are all producing correct 32 bit load/stores that can be non-aligned. I shall try and extract the code from my larger proje

[Bug translation/90061] ARM cortex-M hard fault on 64 bit sized object store to unaligned address

2019-04-12 Thread mike at hamble dot online
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90061 Michael James changed: What|Removed |Added Target||ARM Cortex M4 --- Comment #1 from Michae

[Bug translation/90061] New: ARM cortex-M hard fault on 64 bit sized object store to unaligned address

2019-04-12 Thread mike at hamble dot online
: normal Priority: P3 Component: translation Assignee: unassigned at gcc dot gnu.org Reporter: mike at hamble dot online Target Milestone: --- When generating code for ARM Cortex M4 CPU, and a 64 bit object is stored in memory to a possibly unaligned address, the