Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle NANs in frange::operator== [PR109593]
This patch... commit 10e481b Return true from operator== for two identical ranges containing NAN. removed the check for NANs, which caused us to read from m_min and m_max which are undefined for NANs. gcc/ChangeLog: PR tree-optimization/109593 * value-range.cc (frange::operator==): Handle NANs.
- Loading branch information