Re: [PING 2][PATCH v2] libcpp: Fix incorrect line numbers in large files [PR108900]

2025-03-11 Thread Yash Shinde
On 11-03-2025 15:30, Jonathan Wakely 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 03/03/25 03:05 -0800, yash.shi...@windriver.com wrote: From: Yash Shinde This

Re: [PING 2][PATCH v2] libcpp: Fix incorrect line numbers in large files [PR108900]

2025-03-11 Thread Jonathan Wakely
On 03/03/25 03:05 -0800, yash.shi...@windriver.com wrote: From: Yash Shinde 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 interv

[PING 2][PATCH v2] libcpp: Fix incorrect line numbers in large files [PR108900]

2025-03-03 Thread Yash . Shinde
From: Yash Shinde 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