Severity: critical
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: johnst...@inn-soft.com
Both avr-gcc 4.8.1 and 4.7.2 corrupt the stack when using 24-bit integers in a
large stack frame (>= approximately 64 by
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60991
--- Comment #1 from johnst...@inn-soft.com ---
I don't really know GCC source code well enough to feel comfortable changing
and testing this myself, but I suspect the problem lies with this code?
gcc/config/avr/avr.c: avr_out_store_psi fun
: normal
Priority: P3
Component: pch
Assignee: unassigned at gcc dot gnu.org
Reporter: johnst...@inn-soft.com
Created attachment 34380
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34380&action=edit
GCC intermediate output of MyProgram.c with GC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64502
--- Comment #1 from johnst...@inn-soft.com ---
Created attachment 34381
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34381&action=edit
GCC pre-compiled intermediate output of Hello.h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64502
--- Comment #2 from johnst...@inn-soft.com ---
Created attachment 34382
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34382&action=edit
GCC intermediate output of MyProgram.c WITHOUT GCH
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38549
johnst...@inn-soft.com changed:
What|Removed |Added
CC||johnst...@inn-soft.com