diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2023-04-17 17:05:38 +0200 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2023-04-17 20:47:20 +0200 |
commit | e11533e2f3dd91eef663f08f8326eefb72680cdf (patch) | |
tree | 5bd1a2db87cb2f6123924f8eacf8f0084f59b21c /gcc/tree-ssa-phiopt.cc | |
parent | c16848ed8f30be952ac0167fd464ae794fa5ac67 (diff) | |
download | gcc-e11533e2f3dd91eef663f08f8326eefb72680cdf.zip gcc-e11533e2f3dd91eef663f08f8326eefb72680cdf.tar.gz gcc-e11533e2f3dd91eef663f08f8326eefb72680cdf.tar.bz2 |
Do not export global ranges from -Walloca pass.
A warning pass should not be exporting global ranges it finds along
the way, because that will alter the behavior of future passes.
The reason the present behavior was there was because of some long ago
forgotten regression in another pass. This regression is no longer
there, and if there's ever any fallout from cleaning this up, we can
address it in the pass that is missing some information.
gcc/ChangeLog:
* gimple-ssa-warn-alloca.cc (pass_walloca::execute): Do not export
global ranges.
Diffstat (limited to 'gcc/tree-ssa-phiopt.cc')
0 files changed, 0 insertions, 0 deletions