https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71077
Yuri Rumyantsev <ysrumyan at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ysrumyan at gmail dot com
--- Comment #5 from Yuri Rumyantsev <ysrumyan at gmail dot com> ---
We found out that after r235653 with minor change of int->bool type 176.gcc
still RF on HSW machine in 32-bit if opt level equal 3. If we turn off VRP
phase by -fno-tree-vrp option benchmark is passed. Need to understand why this
simplification affects on it.