[Bug preprocessor/108900] [libcpp] cpp gives wrong line number information with a file huge number of lines

2024-12-06 Thread jeremy at bettis dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900 --- Comment #13 from Jeremy Bettis --- I sent the patch to the gcc-patches mailing list, and it is here. There is nothing stopping the gcc team from applying it.

[Bug preprocessor/108900] [libcpp] cpp gives wrong line number information with a file huge number of lines

2024-11-18 Thread jeremy at bettis dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900 --- Comment #10 from Jeremy Bettis --- Sent: https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669322.html

[Bug preprocessor/108900] [libcpp] cpp gives wrong line number information with a file huge number of lines

2024-10-18 Thread jeremy at bettis dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900 --- Comment #6 from Jeremy Bettis --- Created attachment 59389 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59389&action=edit Don't decrement the highest_location if that would move to a different ordinary map This attached patch fixes

[Bug preprocessor/108900] [libcpp] cpp gives wrong line number information with a file huge number of lines

2024-10-10 Thread jeremy at bettis dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900 Jeremy Bettis changed: What|Removed |Added CC||jeremy at bettis dot org --- Comment #5