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 target/36362] [4.1/4.2/4.3/4.4 Regression] ICE in simplify_subreg



------- Comment #4 from ubizjak at gmail dot com  2008-05-29 10:23 -------
The problem is, that we enter simplify_gen_subreg from operand_subword with:

op:
(reg:QI 61)

outermode: word_mode (SImode)
innermode: DImode

This triggers assert in simplify_subreg:

  gcc_assert (GET_MODE (op) == innermode
              || GET_MODE (op) == VOIDmode);


-- 


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


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