https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113674

--- Comment #5 from Joseph S. Myers <jsm28 at gcc dot gnu.org> ---
C supports _Noreturn (and thus ___Noreturn__) as an attribute name, so that
code with "#define noreturn _Noreturn" (probably from stdnoreturn.h) works with
C23 [[noreturn]].

Reply via email to