Sujet : Re: __func__ is not a keyword
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 15. Mar 2025, 23:04:47
Autres entêtes
Organisation : None to speak of
Message-ID : <87zfhmgdc0.fsf@nosuchdomain.example.com>
References : 1 2 3 4
User-Agent : Gnus/5.13 (Gnus v5.13)
Keith Thompson <Keith.S.Thompson+
u@gmail.com> writes:
Thiago Adams <thiago.adams@gmail.com> writes:
[...]
I think __func__ is begin used as keyword inside gcc /clang.
>
That seems to be consistent with the behavior I see.
And "__func__" appears in a data structure representing keywords in the
gcc sources (gcc/c-family/c-common.cc, c_common_reswords).
But again, unless it affects the defined behavior of some actual
program, it doesn't appear to be a conformance issue.
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */