On Thu, Feb 22, 2024 at 04:06:51PM -0800, Andrew Pinski wrote:
> On Thu, Feb 22, 2024, 15:56 Marek Polacek wrote:
>
> > Tested x86_64-pc-linux-gnu, applying to trunk.
>
>
> I backported/pushed the change to 13 branch already so please apply it
> there too.
Ah right. Done.
Marek
On Thu, Feb 22, 2024, 15:56 Marek Polacek wrote:
> Tested x86_64-pc-linux-gnu, applying to trunk.
I backported/pushed the change to 13 branch already so please apply it
there too.
Thanks,
Andrew
> -- >8 --
> This fixes
> error: 'operator new' takes type 'size_t' ('unsigned int') as first
>
Tested x86_64-pc-linux-gnu, applying to trunk.
-- >8 --
This fixes
error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
[-fpermissive]
gcc/testsuite/ChangeLog:
* g++.dg/warn/Wmismatched-new-delete-8.C: Use __SIZE_TYPE__.
---
gcc/testsuite/g++.dg/warn/Wmismatche