[Bug c++/122428] Missing nocf_check attribute diagnostic
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Oct 26 04:19:16 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122428
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #62635|0 |1
is obsolete| |
--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Created attachment 62636
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62636&action=edit
An updated patch
An updated patch to allow
extern void foo (void) __attribute__((nocf_check));
__attribute__((weak))
void
foo (void)
{
}
More information about the Gcc-bugs
mailing list