[Bug tree-optimization/54935] No way to do if converison

2021-07-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54935 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Keywords|

[Bug tree-optimization/54935] No way to do if converison

2012-11-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54935 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/54935] No way to do if converison

2012-11-27 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54935 --- Comment #5 from Igor Zamyatin 2012-11-27 08:40:44 UTC --- What do you think about the way we can relax this?

[Bug tree-optimization/54935] No way to do if converison

2012-10-15 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54935 --- Comment #4 from rguenther at suse dot de 2012-10-15 15:43:25 UTC --- On Mon, 15 Oct 2012, joseph at codesourcery dot com wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54935 > > --- Comment #3 from joseph at codesourcery

[Bug tree-optimization/54935] No way to do if converison

2012-10-15 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54935 --- Comment #3 from joseph at codesourcery dot com 2012-10-15 14:58:14 UTC --- On Mon, 15 Oct 2012, rguenth at gcc dot gnu.org wrote: > We cannot if-convert this because the store to a[i] may trap as it may be > in .rodata. > > That is

[Bug tree-optimization/54935] No way to do if converison

2012-10-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54935 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug tree-optimization/54935] No way to do if converison

2012-10-15 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54935 Yuri Rumyantsev changed: What|Removed |Added Version|unknown |4.8.0 --- Comment #1 from Yur