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

dje at watson dot ibm dot com gcc-bugzilla@gcc.gnu.org
Sat Jul 28 19:48:00 GMT 2007



------- Comment #12 from dje at watson dot ibm dot com  2007-07-28 19:48 -------
Subject: Re:  Bootstrap with vectorization enabled fails with ICE on PPC 

        And we default to ALTIVEC ABI for powerpc-linux:

  /* Set Altivec ABI as default for powerpc64 linux.  */
  if (TARGET_ELF && TARGET_64BIT)
    {
      rs6000_altivec_abi = 1;
      TARGET_ALTIVEC_VRSAVE = 1;
    }

So something else is wrong.

David


-- 


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



More information about the Gcc-bugs mailing list