Re: [PATCH] c++, v2: Implement excess precision support for C++ [PR107097, PR323]

2022-10-13 Thread Jason Merrill via Gcc-patches
On 10/13/22 12:40, Jakub Jelinek wrote: On Wed, Oct 12, 2022 at 02:08:20PM -0400, Jason Merrill wrote: In general I've tried to follow the C99 handling, C11+ relies on the C standard saying that in case of integral conversions excess precision can be used (see PR87390 for more details), but I

[PATCH] c++, v2: Implement excess precision support for C++ [PR107097, PR323]

2022-10-13 Thread Jakub Jelinek via Gcc-patches
On Wed, Oct 12, 2022 at 02:08:20PM -0400, Jason Merrill wrote: > > In general I've tried to follow the C99 handling, C11+ relies on the > > C standard saying that in case of integral conversions excess precision > > can be used (see PR87390 for more details), but I don't see anything similar > >