https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90477
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2019-05-15 00:00:00 |2021-12-19
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
clang does not use negative line numbers:
<source>:2147483648:9: warning: A1 [-W#pragma-messages]
But MSVC does:
<source>(-2147483648): warning C4081: expected '('; found 'string'
ICC does not either:
<source>(2147483650): error #77: this declaration has no storage class or type
specifier
a
^