Sam James <s...@gentoo.org> writes: > Two backports for Valgrind noise (PR109920, PR116808) and wrong-code > (PR109934, PR117100). > > OK? Bootstrapped and regtested with no regressions. > > Aldy Hernandez (2): > Use delete[] in int_range destructor [PR109920] > Remove buggy special case in irange::invert [PR109934]. > > gcc/testsuite/gcc.dg/tree-ssa/pr109934.c | 22 ++++++++++++++++++++++ > gcc/value-range.cc | 8 -------- > gcc/value-range.h | 2 +- > 3 files changed, 23 insertions(+), 9 deletions(-) > create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr109934.c > > > base-commit: e3c492a5ad847f5f21189d48c7ff2d0ee5920529
I'll push these tonight probably as we already agreed it was necessary on the PR.