This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52492] [4.6/4.7/4.8 Regression] -ftree-vectorize optimization bug
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Mar 2012 14:33:05 +0000
- Subject: [Bug target/52492] [4.6/4.7/4.8 Regression] -ftree-vectorize optimization bug
- Auto-submitted: auto-generated
- References: <bug-52492-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52492
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |x86_64-*-*
Status|UNCONFIRMED |NEW
Known to work| |4.5.3
Keywords| |wrong-code
Last reconfirmed| |2012-03-05
Component|c++ |target
Ever Confirmed|0 |1
Summary|-ftree-vectorize |[4.6/4.7/4.8 Regression]
|optimization bug |-ftree-vectorize
| |optimization bug
Target Milestone|--- |4.6.4
Known to fail| |4.6.3, 4.7.0
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-05 14:33:05 UTC ---
Confirmed.
0x0000000000400bc3 <+188>: mov $0x0,%esi
=> 0x0000000000400bc8 <+193>: psubusw (%rcx),%xmm0
and rcx is 0x603051, thus this is an unaligned access. We're expanding
MAX_EXPR, so I suspect a target bug for now.
4.5.x works.