On Mon, 12 Sept 2022 at 10:16, Jakub Jelinek <ja...@redhat.com> wrote: > > On Wed, Aug 31, 2022 at 11:38:58AM +0200, Jakub Jelinek via Gcc-patches wrote: > > On Wed, Aug 10, 2022 at 01:27:51PM +0200, Jakub Jelinek via Gcc-patches > > wrote: > > > On Wed, Jul 27, 2022 at 11:33:29AM +0200, Jakub Jelinek via Gcc-patches > > > wrote: > > > > The following patch is partially a workaround for bogus warnings > > > > when the compiler isn't able to fold _M_disjunct call into constant > > > > false, but also an optimization attempt - assuming _M_disjunct (__s) > > > > is rare, the patch should shrink code size for the common case and > > > > use library or for non-standard instantiations an out of line > > > > function to handle the rare case. > > > > > > I'd like to ping this patch. > > > > I'd like to ping this patch again. > > https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598896.html > > Ping again.
OK for trunk, sorry for the slow review.