[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2019-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2018-10-14 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 --- Comment #8 from Georg-Johann Lay --- Also duplicate of PR86635, aleady assigned to Senthil. *** This bug has been marked as a duplicate of bug 86635 ***

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2018-10-12 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 --- Comment #7 from Georg-Johann Lay --- *** This bug has been marked as a duplicate of bug 87376 ***

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2015-04-16 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2015-04-15 Thread senthil_kumar.selvaraj at atmel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 --- Comment #5 from Senthil Kumar Selvaraj senthil_kumar.selvaraj at atmel dot com --- This tentative patch (pending regression tests) makes the problem go away diff --git gcc/config/avr/avr.c gcc/config/avr/avr.c index 68d5ddc..46ff7e1 100644

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2015-04-07 Thread senthil_kumar.selvaraj at atmel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 --- Comment #4 from Senthil Kumar Selvaraj senthil_kumar.selvaraj at atmel dot com --- Doesn't appear to be a missed clobber in the md file, as *.expand shows in insn 7 - r22 is in the clobbered registers list. Later passes assume r22 is unused

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2015-04-07 Thread senthil_kumar.selvaraj at atmel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 Senthil Kumar Selvaraj senthil_kumar.selvaraj at atmel dot com changed: What|Removed |Added CC|

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2015-04-03 Thread cardoe at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 --- Comment #2 from Doug Goldstein cardoe at gentoo dot org --- I can confirm the same issue affects gcc 4.9.2

[Bug target/65657] [avr] read from __memx address space tramples argument to following function

2015-04-01 Thread jonathan.creekm...@synapse-wireless.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65657 --- Comment #1 from Jonathan Creekmore jonathan.creekm...@synapse-wireless.com --- Apparently, PR target/52484 covered one of the cases in avr.md, but not the general case of a call to __xload_{1,2,3}. I think adding (clobber (reg:MOVMODE 22))