[Bug c++/95475] Imprecise column number of runtime error in unreachable program point
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 2 08:57:40 GMT 2020
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.
More information about the Gcc-bugs
mailing list