This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 24 Aug 2011 14:16:08 +0000
- Subject: [Bug tree-optimization/50138] [4.6 Regression] ICE in vect_transform_stmt
- Auto-submitted: auto-generated
- References: <bug-50138-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50138
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011-08-24
CC| |jakub at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-24 14:16:08 UTC ---
On the trunk started likely with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161797
and got fixed with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173132 (aka PR48765).
Not sure if that patch is safely backportable though.