Re: [PATCH 21.11] ring: squash gcc 12.2.1 warnings

2023-03-16 Thread David Marchand
On Thu, Mar 16, 2023 at 12:00 PM David Marchand wrote: > > On Tue, Dec 20, 2022 at 1:38 PM Kevin Traynor wrote: > > > > gcc 12.2.1 on Fedora 37 is giving stringop-overread and > > stringop-overflow warnings when compiled with --buildtype=debug > > e.g. [1]. > > > > These are not yet fixed on main

RE: [PATCH 21.11] ring: squash gcc 12.2.1 warnings

2023-03-16 Thread Konstantin Ananyev
> > On Tue, Dec 20, 2022 at 1:38 PM Kevin Traynor wrote: > > > > gcc 12.2.1 on Fedora 37 is giving stringop-overread and > > stringop-overflow warnings when compiled with --buildtype=debug > > e.g. [1]. > > > > These are not yet fixed on main branch. They look similar > > to the overflow issues

Re: [PATCH 21.11] ring: squash gcc 12.2.1 warnings

2023-03-16 Thread David Marchand
On Tue, Dec 20, 2022 at 1:38 PM Kevin Traynor wrote: > > gcc 12.2.1 on Fedora 37 is giving stringop-overread and > stringop-overflow warnings when compiled with --buildtype=debug > e.g. [1]. > > These are not yet fixed on main branch. They look similar > to the overflow issues previously squashed