[PATCH v2] gdb: work around negative DW_AT_data_member_location GCC 11 bug

Simon Marchi simon.marchi@polymtl.ca
Thu Jan 27 20:46:38 GMT 2022



On 2022-01-27 15:45, Tom Tromey wrote:
>>>>>> "Simon" == Simon Marchi via Gdb-patches <gdb-patches@sourceware.org> writes:
> 
> Simon>      has_loclist (false),
> Simon>      checked_producer (false),
> Simon>      producer_is_gxx_lt_4_6 (false),
> Simon> -    producer_is_gcc_lt_4_3 (false),
> Simon> +	producer_is_gcc_lt_4_3 (false),
> Simon> +	producer_is_gcc_11 (false),
> Simon>      producer_is_icc (false),
> Simon>      producer_is_icc_lt_14 (false),
> 
> The indentation looks weird here, but otherwise this seems good to me.

Yes, Lancelot pointed it out.

I sent this as a result :)

https://sourceware.org/pipermail/gdb-patches/2022-January/185511.html

Simon


More information about the Gdb-patches mailing list