[Bug target/31403] wrong branch instructions generated with -m2a on sh-elf

2010-12-14 Thread Stephen.Bartlett at opentv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31403 --- Comment #8 from Stephen.Bartlett at opentv dot com 2010-12-14 19:48:20 UTC --- I am getting the same error using gcc 4.4.5 20101112 (Red Hat 4.4.5-2), with Fedora 13 on an 64 bit machine/OS. Are you aware of a solution, or any limitations

[Bug target/31403] wrong branch instructions generated with -m2a on sh-elf

2010-12-14 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31403 --- Comment #9 from Kazumoto Kojima kkojima at gcc dot gnu.org 2010-12-15 00:36:39 UTC --- (In reply to comment #8) I am getting the same error using gcc 4.4.5 20101112 (Red Hat 4.4.5-2), with Fedora 13 on an 64 bit machine/OS. Which version

[Bug target/31403] wrong branch instructions generated with -m2a on sh-elf

2007-04-29 Thread kkojima at gcc dot gnu dot org
--- Comment #7 from kkojima at gcc dot gnu dot org 2007-04-29 13:41 --- Fixed. -- kkojima at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/31403] wrong branch instructions generated with -m2a on sh-elf

2007-04-25 Thread kkojima at gcc dot gnu dot org
--- Comment #6 from kkojima at gcc dot gnu dot org 2007-04-26 01:30 --- Subject: Bug 31403 Author: kkojima Date: Thu Apr 26 01:29:54 2007 New Revision: 124171 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=124171 Log: PR target/31403 * config/sh/sh.md (movsi_ie):

[Bug target/31403] wrong branch instructions generated with -m2a on sh-elf

2007-04-23 Thread chrbr at gcc dot gnu dot org
--- Comment #3 from chrbr at gcc dot gnu dot org 2007-04-23 07:59 --- Hi Kaj, The same problem seems to transpire from the movsf_ie pattern for the sh2a-fpu that also have 32 bit memory instructions. So your fix also applies there. Note that traditional sh memory move instructions can

[Bug target/31403] wrong branch instructions generated with -m2a on sh-elf

2007-04-23 Thread kkojima at gcc dot gnu dot org
--- Comment #4 from kkojima at gcc dot gnu dot org 2007-04-23 09:53 --- The same problem seems to transpire from the movsf_ie pattern for the sh2a-fpu that also have 32 bit memory instructions. So your fix also applies there. Ah, thanks! I'll add movsf_ie part when I return to this

[Bug target/31403] wrong branch instructions generated with -m2a on sh-elf

2007-04-23 Thread kkojima at gcc dot gnu dot org
--- Comment #5 from kkojima at gcc dot gnu dot org 2007-04-23 23:43 --- Created an attachment (id=13433) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13433action=view) proposed patch I'm testing this now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31403

[Bug target/31403] wrong branch instructions generated with -m2a on sh-elf

2007-04-20 Thread kkojima at gcc dot gnu dot org
--- Comment #2 from kkojima at gcc dot gnu dot org 2007-04-20 08:45 --- A binary search shows that this started to fail from the revision 123295 * config/sh/sh.md (movsi_ie): Fix memory constraints attribute length. I'd like to add Christian to the cc list because he must be