[Bug target/60991] New: [avr] Stack corruption when using 24-bit integers __int24 or __memx pointers in large stack frame

2014-04-28 Thread johnst...@inn-soft.com
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

[Bug target/60991] [avr] Stack corruption when using 24-bit integers __int24 or __memx pointers in large stack frame

2014-04-28 Thread johnst...@inn-soft.com
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

[Bug pch/64502] New: Incorrect warning about empty translation units when using pre-compiled headers

2015-01-05 Thread johnst...@inn-soft.com
: 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

[Bug pch/64502] Incorrect warning about empty translation units when using pre-compiled headers

2015-01-05 Thread johnst...@inn-soft.com
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

[Bug pch/64502] Incorrect warning about empty translation units when using pre-compiled headers

2015-01-05 Thread johnst...@inn-soft.com
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

[Bug target/38549] [avr] eicall not properly set for > 128K program space

2010-11-02 Thread johnst...@inn-soft.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38549 johnst...@inn-soft.com changed: What|Removed |Added CC||johnst...@inn-soft.com