[Bug target/41894] wrong code with -fno-split-wide-types

2011-07-23 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41894 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added CC|avr at gjlay dot de |gjl at gcc dot

[Bug target/41894] wrong code with -fno-split-wide-types

2011-07-23 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41894 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Known to work|4.5.0 | Known to

[Bug target/41894] wrong code with -fno-split-wide-types

2011-05-21 Thread ilya.lesokhin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41894 --- Comment #12 from Ilya Lesokhin ilya.lesokhin at gmail dot com 2011-05-21 14:47:33 UTC --- Created attachment 24319 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24319 simple test case i belive this is the same bug. the problem occurs

[Bug target/41894] wrong code with -fno-split-wide-types

2011-04-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41894 --- Comment #11 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-04-14 18:50:15 UTC --- Author: gjl Date: Thu Apr 14 18:50:02 2011 New Revision: 172442 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=172442 Log: PR target/46779 PR

[Bug target/41894] wrong code with -fno-split-wide-types

2011-03-13 Thread avr at gjlay dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41894 Georg-Johann Lay avr at gjlay dot de changed: What|Removed |Added CC||avr at gjlay dot de

[Bug target/41894] wrong code with -fno-split-wide-types

2010-09-19 Thread eric dot weddington at atmel dot com
--- Comment #9 from eric dot weddington at atmel dot com 2010-09-20 03:03 --- Closing as fixed in 4.5.0. -- eric dot weddington at atmel dot com changed: What|Removed |Added

[Bug target/41894] wrong code with -fno-split-wide-types

2009-11-01 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #4 from hutchinsonandy at gcc dot gnu dot org 2009-11-01 17:24 --- The problem is still present on 4.3.5 head I cannot reproduce on 4.5 It looks like reload issue with SUBREG. Instruction 18 gets reloaded. The output reload is HImode. I will post dump files but here is

[Bug target/41894] wrong code with -fno-split-wide-types

2009-11-01 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #5 from hutchinsonandy at gcc dot gnu dot org 2009-11-01 17:27 --- Created an attachment (id=18945) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18945action=view) dump file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41894

[Bug target/41894] wrong code with -fno-split-wide-types

2009-11-01 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #6 from hutchinsonandy at gcc dot gnu dot org 2009-11-01 17:27 --- Created an attachment (id=18946) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18946action=view) dump file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41894

[Bug target/41894] wrong code with -fno-split-wide-types

2009-11-01 Thread eric dot weddington at atmel dot com
--- Comment #7 from eric dot weddington at atmel dot com 2009-11-01 17:44 --- (In reply to comment #4) The problem is still present on 4.3.5 head I cannot reproduce on 4.5 Can someone check this to see if bug exists on any 4.4.x? -- eric dot weddington at atmel dot com changed:

[Bug target/41894] wrong code with -fno-split-wide-types

2009-11-01 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #8 from hutchinsonandy at gcc dot gnu dot org 2009-11-02 00:54 --- The problem seems related to use of R28+r29 - which is also frame pointer. avr_hard_regno_mode_ok allows R28 in HIMODE but not any other mode. (This hack was made to avoid reload problem where r29 was used

[Bug target/41894] wrong code with -fno-split-wide-types

2009-10-31 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #1 from hutchinsonandy at gcc dot gnu dot org 2009-10-31 23:02 --- Please post entire assembler code. -- hutchinsonandy at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/41894] wrong code with -fno-split-wide-types

2009-10-31 Thread j at uriah dot heep dot sax dot de
--- Comment #2 from j at uriah dot heep dot sax dot de 2009-10-31 23:10 --- Created an attachment (id=18944) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18944action=view) Full assembler code I get from GCC 4.3.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41894

[Bug target/41894] wrong code with -fno-split-wide-types

2009-10-31 Thread j at uriah dot heep dot sax dot de
--- Comment #3 from j at uriah dot heep dot sax dot de 2009-10-31 23:11 --- The bug was originally reported in the (Germany-language) mikrocontroller.net forum, and I confirmed the bug on my local GCC 4.3.2 setup before asking Frank to submit it as an official bug report. --

[Bug target/41894] wrong code with -fno-split-wide-types

2009-10-31 Thread eric dot weddington at atmel dot com
-- eric dot weddington at atmel dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1