Patch ping - [PATCH] libstdc++: Add some further attributes to ::operator new in <new>
Jakub Jelinek
jakub@redhat.com
Fri Nov 8 12:43:40 GMT 2024
Hi!
On Fri, Nov 01, 2024 at 11:42:00AM +0100, Jakub Jelinek wrote:
> I've noticed alloc_align attribute is missing on the non-vector
> ::operator new with std::align_val_t and const std::nothrow_t&
> arguments, this patch adds it. The last hunk is just
> an attempt to make the line shorter.
I'd like to ping the
https://gcc.gnu.org/pipermail/libstdc++/2024-November/059889.html
patch.
Thanks.
> 2024-11-01 Jakub Jelinek <jakub@redhat.com>
>
> * libsupc++/new (::operator new, ::operator new[]): Add malloc
> attribute where missing. Add alloc_align attribute when
> std::align_val_t is present and where it was missing. Formatting fix.
Jakub
More information about the Libstdc++
mailing list