[Bug tree-optimization/120376] -fmalloc-dce=0 is not work as expected

2025-05-21 Thread alexey.lapshin at espressif dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120376 --- Comment #2 from Alexey --- Sorry, it seems obvious to set it to 0. It looks like the available range must be fixed in the GCC source code then.

[Bug tree-optimization/120376] -fmalloc-dce=0 is not work as expected

2025-05-21 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120376 --- Comment #1 from Sam James --- -fno-alloc-dce seems to work. Where did you see =0 documented? I only see https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-fno-malloc-dce mentioning 1 and 2.