Re: [PATCH v5] libcpp: Fix incorrect line numbers in large files [PR108900]

2025-04-04 Thread Yash Shinde
On 29-03-2025 03:50, Jason Merrill wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 3/28/25 3:54 AM, yash.shi...@windriver.com wrote: From: Jeremy Bettis This patch

Re: [PATCH v5] libcpp: Fix incorrect line numbers in large files [PR108900]

2025-04-04 Thread Jonathan Wakely
On Fri, 4 Apr 2025 at 12:37, Yash Shinde wrote: > > > On 29-03-2025 03:50, Jason Merrill wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender > > and know the content is safe. > > > > On 3/28/25 3:54 AM

Re: [PATCH v5] libcpp: Fix incorrect line numbers in large files [PR108900]

2025-03-28 Thread Jason Merrill
On 3/28/25 3:54 AM, yash.shi...@windriver.com wrote: From: Jeremy Bettis This patch addresses an issue in the C preprocessor where incorrect line number information is generated when processing files with a large number of lines. The problem arises from improper handling of location intervals i

[PATCH v5] libcpp: Fix incorrect line numbers in large files [PR108900]

2025-03-28 Thread Yash . Shinde
From: Jeremy Bettis This patch addresses an issue in the C preprocessor where incorrect line number information is generated when processing files with a large number of lines. The problem arises from improper handling of location intervals in the line map, particularly when locations exceed LINE