在 2023-07-15 20:41, Biswapriyo Nath 写道:
Patch updated.


Thanks. Pushed.


just for consistency with the other declarations.
There are some other variations as well. pseduo-reloc.c has
ATTRIBUTE_NORETURN and stack checking functions has the real
attribute.

For this `__attribute__((__noreturn__))` which has been available with GCC and Clang since long ago, maybe it doesn't matter. I personally prefer the standard `_Noreturn` (for C) and `[[noreturn]]` for (C++) but they are not strictly equivalent to attributes, so `__attribute__` is still necessary. Feel free to propose a change.


--
Best regards,
LIU Hao

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to