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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
How is that possible?
This code is guarded with
#if __GNUC__ >= 5
because it is using a GCC extension which ICC also supports.
AFAIK clang predefines __GNUC__ as 4 and __GNUC_MINOR__ as 2.

Reply via email to