aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.cc
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2023-04-23 08:04:55 +0200
committerAldy Hernandez <aldyh@redhat.com>2023-04-23 11:02:42 +0200
commit5830953a446959c5d8d9b569ffcd3e3bb16a06dc (patch)
tree8eefcc98b6380603e6c17ab01ecac0868a0f0244 /gcc/tree-ssa-phiopt.cc
parent525713ed9db904ed2504decc5bde9d58bd5d98b4 (diff)
downloadgcc-5830953a446959c5d8d9b569ffcd3e3bb16a06dc.zip
gcc-5830953a446959c5d8d9b569ffcd3e3bb16a06dc.tar.gz
gcc-5830953a446959c5d8d9b569ffcd3e3bb16a06dc.tar.bz2
Handle NANs in frange::operator== [PR109593]
This patch... commit 10e481b154c5fc63e6ce4b449ce86cecb87a6015 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.
Diffstat (limited to 'gcc/tree-ssa-phiopt.cc')
0 files changed, 0 insertions, 0 deletions