Re: [PATCH] libcpp: bump padding size in _cpp_convert_input [PR116458]

2024-08-23 Thread Richard Biener
On Thu, Aug 22, 2024 at 8:25 PM Alexander Monakov wrote: > > The recently introduced search_line_fast_ssse3 raised padding > requirement from 16 to 64, which was adjusted in read_file_guts, > but the corresponding ' + 16' in _cpp_convert_input was overlooked. OK > libcpp/ChangeLog: > > P

[PATCH] libcpp: bump padding size in _cpp_convert_input [PR116458]

2024-08-22 Thread Alexander Monakov
The recently introduced search_line_fast_ssse3 raised padding requirement from 16 to 64, which was adjusted in read_file_guts, but the corresponding ' + 16' in _cpp_convert_input was overlooked. libcpp/ChangeLog: PR preprocessor/116458 * charset.cc (_cpp_convert_input): Bump paddi