https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65866
Yuxuan Shui <yshuiv7 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yshuiv7 at gmail dot com --- Comment #7 from Yuxuan Shui <yshuiv7 at gmail dot com> --- (In reply to Matthijs van Duin from comment #6) > (In reply to Jonathan Wakely from comment #4) > > Note that this testcase, where the constructor takes trivially copyable > prvalue arguments, actually still generates wrong code (so the diagnostic is > technically still appropriate), while the original testcase in this bug > generates correct code but emits a wrong diagnostic. IIUC now wrong codegen has all been fixed? so the only thing left should be the diagnostic bug?