Re: [PATCH] Fix incorrect line numbers in large files bug#108900

2024-12-06 Thread Jeremy Bettis
On Fri, Dec 6, 2024 at 5:27 AM Sam James wrote: > Please ideally use git-send-email and see > https://gcc.gnu.org/contribute.html#patches wrt ChangeLog format and so > on. > > Perhaps you should document in that contribute page how to install git-send-email. It is not a standard git command. In

Re: [PATCH] Fix incorrect line numbers in large files bug#108900

2024-12-06 Thread Lewis Hyatt
On Fri, Dec 6, 2024 at 7:27 AM Sam James wrote: > > Jeremy Bettis writes: > > > Patch to fix known bug from > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900 > > > > diff -ur gcc-clean/gcc-14.2.0/libcpp/files.cc gcc-14.2.0/libcpp/files.cc > > --- gcc-clean/gcc-14.2.0/libcpp/files.cc 2024-08

Re: [PATCH] Fix incorrect line numbers in large files bug#108900

2024-12-06 Thread Sam James
Jeremy Bettis writes: > Patch to fix known bug from > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900 > > diff -ur gcc-clean/gcc-14.2.0/libcpp/files.cc gcc-14.2.0/libcpp/files.cc > --- gcc-clean/gcc-14.2.0/libcpp/files.cc 2024-08-01 08:17:17.0 + > +++ gcc-14.2.0/libcpp/files.cc 20

[PATCH] Fix incorrect line numbers in large files bug#108900

2024-11-18 Thread Jeremy Bettis
Patch to fix known bug from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108900 diff -ur gcc-clean/gcc-14.2.0/libcpp/files.cc gcc-14.2.0/libcpp/files.cc --- gcc-clean/gcc-14.2.0/libcpp/files.cc 2024-08-01 08:17:17.0 + +++ gcc-14.2.0/libcpp/files.cc 2024-10-18 18:42:42.293245597 + @