diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-02-08 15:47:19 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2024-02-15 11:43:21 +0000 |
commit | bf883e6428a545d091319c8b71fcfb35e7dd7084 (patch) | |
tree | a141b6548b73220e36465835236c550638afc94e /gcc | |
parent | e7ae13a858f36031b8fd3aa07362752ff2b19b2e (diff) | |
download | gcc-bf883e6428a545d091319c8b71fcfb35e7dd7084.zip gcc-bf883e6428a545d091319c8b71fcfb35e7dd7084.tar.gz gcc-bf883e6428a545d091319c8b71fcfb35e7dd7084.tar.bz2 |
libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806]
The unused bits in the high word are already zero before this operation.
Shifting the used bits to the right cannot affect the unused bits, so we
don't need to sanitize them.
libstdc++-v3/ChangeLog:
PR libstdc++/113806
* include/std/bitset (bitset::operator>>=): Remove redundant
call to _M_do_sanitize.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions