https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93917

--- Comment #4 from Andrew Macleod <amacleod at redhat dot com> ---
Note a slight change in expectation as a result of commit
r14-4141-gbf6b107e2a342319b3787ec960fc8014ef3aff91  for PR 110080

Due to a memory load in the second case, we do not remove the unreachable call
now as there may be a commoning opportunity later (via inlining in this case)
in which this unreachable call may provide new information.

The test case has been adjusted to current expectations where we leave this
unreachable call and then remove it and set the global range in VRP2 instead.

Reply via email to