[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jul 28 19:45:00 GMT 2007



------- Comment #11 from pinskia at gcc dot gnu dot org  2007-07-28 19:45 -------
This code in  rs6000_conditional_register_usage should have done the same thing
as the patch posted:
  if (TARGET_ALTIVEC_ABI)
    for (i = FIRST_ALTIVEC_REGNO; i < FIRST_ALTIVEC_REGNO + 20; ++i)
      call_used_regs[i] = call_really_used_regs[i] = 1;


-- 


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



More information about the Gcc-bugs mailing list