[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2022-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 Richard Biener changed: What|Removed |Added Target Milestone|9.5 |---

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2021-12-20 Thread jg at jguk dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 --- Comment #9 from Jonny Grant --- I'm sure you all know more than me. But I understood #line 0was not allowed. Therefore, it can simply be unsigned, and 0 used to indicate an error, instead of negative values. #line 0 is not currently an

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2021-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 --- Comment #8 from Andrew Pinski --- >From my notes of the duplicated bug: clang does not use negative line numbers: :2147483648:9: warning: A1 [-W#pragma-messages] But MSVC does: (-2147483648): warning C4081: expected '('; found 'string'

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2021-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 Andrew Pinski changed: What|Removed |Added CC||jg at jguk dot org --- Comment #7 from

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2020-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.3 |9.4 --- Comment #5 from Jakub Jelinek

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2019-08-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2019-08-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.2 |9.3 --- Comment #3 from Jakub Jelinek

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2019-05-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.0 |9.2 --- Comment #2 from Jakub Jelinek

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2018-03-14 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 --- Comment #1 from David Malcolm --- Note to self: /home/david/coding-3/gcc-git-bugfixing/src/backup-patches/linenum_type-throughout.patch

[Bug preprocessor/84864] Issues with large line numbers >= 2^31

2018-03-14 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84864 David Malcolm changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill