This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2007 19:45:11 -0000
- Subject: [Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC
- References: <bug-32582-12180@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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