https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83544
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83544
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83544
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83544
--- Comment #1 from Marc Glisse ---
In one case we optimize super early to
int t = 1 / (int) x <= 0 ? 1 / 0 : 1;
which prevents the VRP optimization from the other case. We almost recover in
isolate-paths, except that Jeff insisted on using __b