diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2022-02-03 15:45:55 +0100 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2022-02-03 15:48:46 +0100 |
commit | f544e5efaf2747ee2add3d408cc2f216433ba617 (patch) | |
tree | 562b1a387fc559474fcb8bbde640bd3f58a71ac4 /gcc/config.gcc | |
parent | 8439e866a38399f0d5e6aab16faaf10bdabc4b5f (diff) | |
download | gcc-f544e5efaf2747ee2add3d408cc2f216433ba617.zip gcc-f544e5efaf2747ee2add3d408cc2f216433ba617.tar.gz gcc-f544e5efaf2747ee2add3d408cc2f216433ba617.tar.bz2 |
ranger: fix small thinko in fur_list constructor
The fur_list constructor for two ranges is leaving [1] in an undefined
state. The reason we haven't noticed is because after all the
shuffling in the last cycle there are no remaining users of it
(similarly for fur_list(unsigned, irange *)).
Since it's very late in the cycle, I would prefer to fix this, rather
than removing unused constructors altogether. Besides, we have uses
of them queued up for the next release.
gcc/ChangeLog:
* gimple-range-fold.cc (fur_list::fur_list): Set m_local[1] correctly.
Diffstat (limited to 'gcc/config.gcc')
0 files changed, 0 insertions, 0 deletions