[Bug target/57271] ARM: gcc generates insufficient alignment for memory passed as extra argument for function return large composite type

2015-07-30 Thread mhw at netris dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57271 --- Comment #11 from Mark H Weaver --- FYI, there's now a suggested fix for bug #66917. It would be interesting to know whether it fixes the problem reported here.

[Bug target/57271] ARM: gcc generates insufficient alignment for memory passed as extra argument for function return large composite type

2015-07-17 Thread mhw at netris dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57271 Mark H Weaver changed: What|Removed |Added CC||mhw at netris dot org --- Comment #10

[Bug target/66917] New: ARM: NEON: memcpy compiles to vld1 and vst1 with incorrect alignment

2015-07-17 Thread mhw at netris dot org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: mhw at netris dot org Target Milestone: --- Created attachment 36009 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36009&action=edit Minimal example code that is misc