------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-15 
02:34 -------
At least on powerpc-darwin (with -m64) we now vectorize these loops but we ICE 
because we have:

pointer_type + int_type which is not valid and is even worse on 64bit targets 
as int is 32 bit so we try to 
move SI mode register into a DI mode register and it ICE in emit_move_insn 
because of this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|2004-11-09 17:55:00         |2004-11-15 02:34:40
               date|                            |


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

Reply via email to