Re: [PATCH 1/2] alloca-opt-tests: add a ‘volatile’

2024-05-17 Thread Paul Eggert
On 2024-05-17 02:48, Bruno Haible wrote: -flto was buggy for a long time. Is whole-program optimization working fine for you? If so, which compiler version, binutils version, and compiler options can you recommend? No, I merely found that problem by program inspection. Like you, I've had probl

Re: [PATCH 1/2] alloca-opt-tests: add a ‘volatile’

2024-05-17 Thread Bruno Haible
Hi Paul, > Now volatile, to foil whole-program optimization. -flto was buggy for a long time. Is whole-program optimization working fine for you? If so, which compiler version, binutils version, and compiler options can you recommend? Bruno