]> git.ipfire.org Git - thirdparty/gcc.git/commit
range-op: Keep nonzero mask up to date with truncating casts.
authorAldy Hernandez <aldyh@redhat.com>
Wed, 5 Oct 2022 11:24:49 +0000 (13:24 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Wed, 5 Oct 2022 13:49:01 +0000 (15:49 +0200)
commitdf4c584c567263fdcd57d8376f24f29477a892b2
tree7ae0cfcb44cf163c03ba924278f65f3bfb745a35
parentb8473c9a2b8f27b6882b54d012e466e244445733
range-op: Keep nonzero mask up to date with truncating casts.

gcc/ChangeLog:

* range-op.cc (operator_cast::fold_range): Handle truncating casts
for nonzero masks.
gcc/range-op.cc