Summary: | [4.3/4.4 Regression] optabs expands rotate using wrong mode | ||
---|---|---|---|
Product: | gcc | Reporter: | Andy Hutchinson <hutchinsonandy> |
Component: | middle-end | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eric.weddington, gcc-bugs, hutchinsonandy, sezeroz |
Priority: | P3 | Keywords: | wrong-code |
Version: | 4.4.2 | ||
Target Milestone: | 4.5.0 | ||
Host: | i686-pc-linux-gnu | Target: | avr-unknown-none |
Build: | Known to work: | 4.2.3 4.5.0 | |
Known to fail: | 4.3.3 4.4.2 | Last reconfirmed: | 2009-10-17 15:04:59 |
Description
Andy Hutchinson
2009-10-17 14:39:46 UTC
Confirmed. Subject: Bug 41738 Author: hutchinsonandy Date: Sat Oct 17 22:42:17 2009 New Revision: 152961 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152961 Log: 2009-10-17 Andy Hutchinson <hutchinsonandy@gcc.gnu.org> PR middle-end/41738 * optabs.c (expand_binop): Make mode of shift count expression mode of shift count not target. Remove indent nit. Modified: trunk/gcc/ChangeLog trunk/gcc/optabs.c Fixed 4.5 Back port needed. Closing as fixed in 4.5.0. |