This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/40348] Powerpc spe segfaults in vectorizing powf (a[i], 0.5f)
- From: "meissner at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 09 Dec 2011 18:28:28 +0000
- Subject: [Bug tree-optimization/40348] Powerpc spe segfaults in vectorizing powf (a[i], 0.5f)
- Auto-submitted: auto-generated
- References: <bug-40348-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40348
Michael Meissner <meissner at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
--- Comment #3 from Michael Meissner <meissner at gcc dot gnu.org> 2011-12-09 18:28:28 UTC ---
With the current snapshot of the development GCC 4.7 and also the current GCC
4.6.3, I no longer get a trap, and it generates the expected code.