[Bug target/46779] wrong code generation for array access

2011-07-23 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 Georg-Johann Lay changed: What|Removed |Added CC||frank at mynety dot net --- Comment #1

[Bug target/46779] wrong code generation for array access

2011-07-10 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 Georg-Johann Lay changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug target/46779] wrong code generation for array access

2011-07-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 Georg-Johann Lay changed: What|Removed |Added CC||otaylor at redhat dot com --- Comment

[Bug target/46779] wrong code generation for array access

2011-07-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 --- Comment #12 from Georg-Johann Lay 2011-07-08 17:46:42 UTC --- Author: gjl Date: Fri Jul 8 17:46:38 2011 New Revision: 176055 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176055 Log: PR target/46779 Backport from mainline S

[Bug target/46779] wrong code generation for array access

2011-07-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 --- Comment #11 from Georg-Johann Lay 2011-07-08 17:38:43 UTC --- Author: gjl Date: Fri Jul 8 17:38:39 2011 New Revision: 176053 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176053 Log: PR target/46779 * config/avr/avr.c (avr_

[Bug target/46779] wrong code generation for array access

2011-06-27 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.6.1 |4.6.2 --- Comment #10 from Jakub Jelinek

[Bug target/46779] wrong code generation for array access

2011-06-16 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 Georg-Johann Lay changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR

[Bug target/46779] wrong code generation for array access

2011-04-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 --- Comment #8 from Georg-Johann Lay 2011-04-14 18:50:16 UTC --- Author: gjl Date: Thu Apr 14 18:50:02 2011 New Revision: 172442 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172442 Log: PR target/46779 PR target/45291 PR tar

[Bug target/46779] wrong code generation for array access

2011-02-24 Thread avr at gjlay dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 --- Comment #7 from Georg-Johann Lay 2011-02-24 13:58:58 UTC --- Created attachment 23453 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23453 Simpler example without #include Slightly simpler test case, compile with avr-gcc -S -Os -mmcu=a

[Bug target/46779] wrong code generation for array access

2011-02-23 Thread avr at gjlay dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 --- Comment #6 from Georg-Johann Lay 2011-02-23 15:51:11 UTC --- I can confirm the bug for gcc version 4.4.6 20110222 (prerelease) (GCC) In pass .168r.asmcons we have (insn 92 57 93 4 pr46779-1.c:17 (set (subreg:QI (reg/v:HI 85 [ w.30 ]) 1)

[Bug target/46779] wrong code generation for array access

2011-02-05 Thread avr at gjlay dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 Georg Lay changed: What|Removed |Added CC||avr at gjlay dot de --- Comment #5 from Georg

[Bug target/46779] wrong code generation for array access

2010-12-03 Thread mschulze at ivs dot cs.ovgu.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 --- Comment #4 from Michael Schulze 2010-12-03 14:16:30 UTC --- > I don't know anything about AVR, so I can't say that (I just noticed the r1 > issue). Ok due to the compiler abi for the avr, r0,r1 are fixed registers that are never allocated by

[Bug target/46779] wrong code generation for array access

2010-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 Richard Guenther changed: What|Removed |Added Component|c |target Version|4.4.0