Re: [PATCH] testsuite, analyzer: Fix up pipe-glibc.c testcase [PR107396]

2023-03-31 Thread David Malcolm via Gcc-patches
On Thu, 2023-03-30 at 10:05 +0200, Jakub Jelinek wrote: > Hi! > > The gcc.dg/analyzer/pipe-glibc.c test FAILs when using recent glibc > headers > and succeeds with older headers. > The important change is that > https://sourceware.org/git/?p=glibc.git;a=commit;h=c1760eaf3b575ad174fd88b252fd16bd525

[PATCH] testsuite, analyzer: Fix up pipe-glibc.c testcase [PR107396]

2023-03-30 Thread Jakub Jelinek via Gcc-patches
Hi! The gcc.dg/analyzer/pipe-glibc.c test FAILs when using recent glibc headers and succeeds with older headers. The important change is that https://sourceware.org/git/?p=glibc.git;a=commit;h=c1760eaf3b575ad174fd88b252fd16bd525fa818 in 2021 added __attribute__ ((__malloc__ (fclose, 1))) attribute