Excerpts from Jeff Law's message of August 29, 2021 10:55 pm:
>
>
> On 8/29/2021 12:46 PM, Iain Buclaw via Gcc-patches wrote:
>> Hi,
>>
>> The D language has a new bottom type `typeof(*null)'. Null types were
>> also incorrectly being demangled as `none', this has been fixed to be
>> `typeof(nul
On 8/29/2021 12:46 PM, Iain Buclaw via Gcc-patches wrote:
Hi,
The D language has a new bottom type `typeof(*null)'. Null types were
also incorrectly being demangled as `none', this has been fixed to be
`typeof(null)'.
Bootstrapped and regression tested on x86_64-linux-gnu.
OK for mainline?