Re: [PATCH] libstdc++: Some time_get fixes [PR78714]

2021-12-10 Thread Jonathan Wakely via Gcc-patches
On Thu, 9 Dec 2021 at 14:20, Jakub Jelinek wrote: > > Hi! > > The following patch is an attempt to fix various time_get related issues. > Sorry, it is long... > > One of them is PR78714. It seems _M_extract_via_format has been written > with how strftime behaves in mind rather than how strptime be

[PATCH] libstdc++: Some time_get fixes [PR78714]

2021-12-09 Thread Jakub Jelinek via Gcc-patches
Hi! The following patch is an attempt to fix various time_get related issues. Sorry, it is long... One of them is PR78714. It seems _M_extract_via_format has been written with how strftime behaves in mind rather than how strptime behaves. There is a significant difference between the two, for st