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

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

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Haoxin Tu from comment #2)
> My question is that GCC treats the identifier "__builtin_unreachable" and
> normal identifier differently?

Of course it doesn't.  What matters is what location the FE decides to use as
the location of the CALL_EXPR expression.

Reply via email to