On Sat, Oct 24, 2020 at 03:03:51AM +0300, Ville Voutilainen via Gcc-patches wrote: > On Sat, 24 Oct 2020 at 03:00, Marek Polacek <pola...@redhat.com> wrote: > > > + tree expr; > > > + expr = is_xible_helper (code, to, from, /*trivial*/false); > > > > tree expr = is_xible_helper (code, to, from, /*trivial*/false); > > > > would be nicer, otherwise the front-end changes look fine, thanks. > > Ha, we have the same thing in is_trivially_xible, so I'll drive-by > change that one as well.
Please. Thanks! Marek