This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13250] [3.4 only] [SH] Gcc code for rotation clobbers the register, but gcc continues to use the register as if it was not clobbered
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jun 2004 00:08:01 -0000
- Subject: [Bug target/13250] [3.4 only] [SH] Gcc code for rotation clobbers the register, but gcc continues to use the register as if it was not clobbered
- References: <20031201014925.13250.uwe@netbsd.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-06-01 00:07 -------
Subject: Bug 13250
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_4-branch
Changes by: kkojima@gcc.gnu.org 2004-06-01 00:07:52
Modified files:
gcc : ChangeLog
gcc/config/sh : sh.md
Log message:
PR target/13250
Backport from mainline:
2004-05-28 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (rotlsi3): Use emit_move_insn.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.461&r2=2.2326.2.462
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.md.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.165.4.2&r2=1.165.4.3
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13250