This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/40154] [4.4/4.5 Regression] internal compiler error: in do_SUBST, at combine.c:681



------- Comment #2 from kkojima at gcc dot gnu dot org  2009-06-03 00:18 -------
Currently workarounded for SH with the patch applied as revision
148018 and 148106.  It defines a new DImode arithmetic shift left
expander which generates SH's movdi_i insn as its last insn.
movdi_i is a DImode move insn and expand_mult_const will mark
it with the REG_EQUAL note in the problem.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40154


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]