https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99654
--- Comment #11 from Sam James <sjames at gcc dot gnu.org> --- r15-3084-g76c29548b3de8b changes more than I expected, as -gno-as-locview-support doesn't have the same effect (it used to disable variable location views overall). With that: `gcc-15 -O3 -g test2.c -o test2_gcc -save-temps -gno-variable-location-views -gno-as-locview-support` works `gcc-15 -O3 -g test2.c -o test2_gcc -save-temps -gno-as-locview-support` doesn't