This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]