https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66547
--- Comment #3 from Matthew Peters ---
Thanks for looking into that; you are correct.
And I feel rather stupid as, when testing to double-check your assessment, I
found that the stack was not aligned before the function starts.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66547
--- Comment #1 from Matthew Peters ---
Adding some notes.
The stack is a local stack generated with "static WORK_AREA(...)" from ChibiOS.
I've checked and the stack is aligned at the beginning of
performance_suite_thread.
I've been unable to ma
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: matt at hpamotorsport dot com
Target Milestone: ---
Created attachment 35785
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35785&action=edit
File from project
I'm