On Tue, Sep 03, 2019 at 08:52:54PM -0400, Marek Polacek wrote: > As I recently threatened, it's time we let -fdeduce-init-list go. > This patch removes the implementation while keeping the option for > backward compatibility. > > Bootstrapped/regtested on x86_64-linux, ok for trunk? > > 2019-09-03 Marek Polacek <pola...@redhat.com> > > * c.opt (fdeduce-init-list): Ignored. > > * call.c (build_over_call): Remove -fdeduce-init-list implementation. > * pt.c (unify): Likewise. > > * doc/invoke.texi: Remove -fdeduce-init-list documentation. > > * g++.dg/cpp0x/initlist-deduce.C: New test.
The test isn't new, I'll fix the CL entry. Marek