[Bug preprocessor/93545] [10 Regression] ICE: Segmentation fault (in _cpp_lex_direct)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 3 09:06:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93545
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
__has_attribute doesn't ICE though. The difference is that it is using
get_token_no_padding (c-family version), which first tries to use
cpp_peek_token and doesn't swallow CPP_EOF.
More information about the Gcc-bugs
mailing list