On 12/26/22 21:35, Alexandre Oliva via Gcc-patches wrote:
When adding a catch-all partition, we map NULL to it. That mapping is
ineffective and unnecessary. Drop it.
Regstrapped on x86_64-linux-gnu. Ok to install?
for gcc/lto/ChangeLog
* lto-partition.cc (lto_1_to_1_map): Drop
When adding a catch-all partition, we map NULL to it. That mapping is
ineffective and unnecessary. Drop it.
Regstrapped on x86_64-linux-gnu. Ok to install?
for gcc/lto/ChangeLog
* lto-partition.cc (lto_1_to_1_map): Drop NULL partition
mapping.
---
gcc/lto/lto-partition.cc