Re: [PING][PATCH v2] Add clang's invalid-noreturn warning flag

2023-09-13 Thread Julian Waters via Gcc-patches
Pinging again, this is needed for the Windows Java VM to compile under gcc On Wed, Sep 13, 2023 at 11:09 AM Julian Waters wrote: > Second desperate ping for patch > https://gcc.gnu.org/pipermail/gcc-patches/2023-August/627913.html >

[PING][PATCH v2] Add clang's invalid-noreturn warning flag

2023-09-12 Thread Julian Waters via Gcc-patches
Second desperate ping for patch https://gcc.gnu.org/pipermail/gcc-patches/2023-August/627913.html

[PING][PATCH v2] Add clang's invalid-noreturn warning flag (gnu.org)

2023-09-01 Thread Julian Waters via Gcc-patches
Hi all, this is a gentle ping for the following patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-August/627913.html

[PATCH v2] Add clang's invalid-noreturn warning flag

2023-08-18 Thread Julian Waters via Gcc-patches
Please review the second version of a patch to add clang's invalid-noreturn flag to toggle noreturn warnings. This patch keeps the old behaviour of always warning on every noreturn violation, but unlike clang also adds an extra layer of fine tuning by turning invalid-noreturn into a warning with l