[Bug tree-optimization/63148] r187042 causes auto-vectorization failure for X86 for -m32.

2014-09-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63148

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 Status|RESOLVED|ASSIGNED
   Last reconfirmed||2014-09-04
 Resolution|DUPLICATE   |---
   Assignee|unassigned at gcc dot gnu.org  |rguenth at gcc dot 
gnu.org
 Ever confirmed|0   |1

--- Comment #3 from Richard Biener rguenth at gcc dot gnu.org ---
Indeed, sorry for the mistake (mistakenly tried a compiler configured to
-march=i586 for -m32).


[Bug tree-optimization/63148] r187042 causes auto-vectorization failure for X86 for -m32.

2014-09-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63148

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Richard Biener rguenth at gcc dot gnu.org ---
This has been fixed on the 4.8 branch already, I think this is a duplicate of
PR60276.

*** This bug has been marked as a duplicate of bug 60276 ***


[Bug tree-optimization/63148] r187042 causes auto-vectorization failure for X86 for -m32.

2014-09-03 Thread doug.gilmore at imgtec dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63148

Doug Gilmore doug.gilmore at imgtec dot com changed:

   What|Removed |Added

 CC||rguenther at suse dot de

--- Comment #2 from Doug Gilmore doug.gilmore at imgtec dot com ---
I still see the test failure at -m32 using the TIP of gcc-4_8-branch and ToT.

Richard: when you have the chance, could double check your test results?