https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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.
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 ;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|