------- Comment #17 from paolo dot bonzini at lu dot unisi dot ch 2005-10-28 19:16 ------- Subject: Re: [4.1 Regression] ICE in extract_insn with altivec
>On IRC it was suggested that we just need to get a version of >easy_vector_constant which does the right thing in any mode. > Yes, it looks like the bug is that the constant is declared "easy" until it is in V8HI mode, but not when the reload is done in V16QI mode. It may make sense to assert !reload_in_progress && !reload_completed before force_const_mem is called. Paolo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24230