Re: [PATCH v5] RISC-V: Enable -gvariable-location-views by default

2024-08-23 Thread Rainer Orth
Richard Biener writes: > On Thu, 22 Aug 2024, Bernd Edlinger wrote: > >> This affects only the RISC-V targets, where the compiler options >> -gvariable-location-views and consequently also -ginline-points >> are disabled by default, which is unexpected and disables some >> useful features of the

Re: [PATCH v5] RISC-V: Enable -gvariable-location-views by default

2024-08-22 Thread Richard Biener
On Thu, 22 Aug 2024, Bernd Edlinger wrote: > This affects only the RISC-V targets, where the compiler options > -gvariable-location-views and consequently also -ginline-points > are disabled by default, which is unexpected and disables some > useful features of the generated debug info. > > Due t