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

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Hmm, we probably want to backport this, otherwise this check will start to pass
for future clang versions:
#if __cplusplus > 201703L && __has_builtin(__builtin_source_location)
but the code will be invalid.

Reply via email to