diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2022-10-19 09:21:22 -0400 |
---|---|---|
committer | Andrew MacLeod <amacleod@redhat.com> | 2022-10-19 11:56:45 -0400 |
commit | 69a233610f6b27cd4283561569d8ce0f35044dc4 (patch) | |
tree | 3ed43fbeb9757a78e807312905406f09463e7750 /gcc/tree-cfg.cc | |
parent | 47684e58edc92ffdd4c636dbd34359b4c22e863a (diff) | |
download | gcc-69a233610f6b27cd4283561569d8ce0f35044dc4.zip gcc-69a233610f6b27cd4283561569d8ce0f35044dc4.tar.gz gcc-69a233610f6b27cd4283561569d8ce0f35044dc4.tar.bz2 |
Use Value_Range when applying inferred ranges.
Applying an inferred range is using int_range_ma as the
temporary rather than the general purpose Value_Range. This causes it
to trap if we have a non-integral inferred range.
* gimple-range-cache.cc (ranger_cache::range_from_dom): Use
Value_Range not int_range_max.
Diffstat (limited to 'gcc/tree-cfg.cc')
0 files changed, 0 insertions, 0 deletions