Re: git: 5c16e71d30c3 - main - Merge llvm-project release/17.x llvmorg-17.0.6-0-g6009708b4367

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Wed, 13 Dec 2023 15:32:08 UTC
On 12 Dec 2023, at 09:37, Dima Panov <fluffy@freebsd.org> wrote:
> 
> On 11.12.2023 21:26, Dimitry Andric wrote:
>> On 11 Dec 2023, at 19:10, Dima Panov <fluffy@freebsd.org> wrote:
>>> 
>>> On 11.12.2023 18:15, Dimitry Andric wrote:
>>>> On 11 Dec 2023, at 16:03, Kristof Provost <kp@FreeBSD.org> wrote:
...
>>> BTW, lang/gcc13 fails to build on 15/aarch64 after this import with lots of
>>> 
>>> /usr/include/c++/v1/locale:3434:31: error: attempt to use a poisoned identifier
>>> 3434 |         __h.reset((char_type*)malloc(__exn * sizeof(char_type)));
>>>      |                               ^
>>> 
>>> 
>>> Full log: https://people.freebsd.org/~fluffy/-log/150aarch64/gcc13-13.2.0_1.log
>>> 
>>> 
>>> Just curious but gcc12 is fine now
>> I have seen this error too, but could only reproduce it outside of poudriere, so I didn't take it too seriously. It is easy to fix; I have a patch, shall I commit it? :)

Sorry, this took a bit longer than expected, since I went over the other gcc ports too. So I thought to ask the maintainer first:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275748

-Dimitry