[Bug tree-optimization/63941] [5 Regression] ICE on valid code at -O3 and above on x86_64-linux-gnu

2014-12-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/63941] [5 Regression] ICE on valid code at -O3 and above on x86_64-linux-gnu

2014-12-01 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941 --- Comment #3 from ienkovich at gcc dot gnu.org --- Author: ienkovich Date: Mon Dec 1 12:19:28 2014 New Revision: 218206 URL: https://gcc.gnu.org/viewcvs?rev=218206&root=gcc&view=rev Log: gcc/ PR tree-optimization/63941 * tree-if-conv.

[Bug tree-optimization/63941] [5 Regression] ICE on valid code at -O3 and above on x86_64-linux-gnu

2014-11-28 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941 --- Comment #2 from Yuri Rumyantsev --- My patch is responsible for ICE - I did not assume that before if-convert phase cfg may contain redundant degenerative conditional branches: : ... _14 = d[pretmp_51]; if (_14 != 0) goto ;

[Bug tree-optimization/63941] [5 Regression] ICE on valid code at -O3 and above on x86_64-linux-gnu

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/63941] [5 Regression] ICE on valid code at -O3 and above on x86_64-linux-gnu

2014-11-18 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|