------- 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

Reply via email to