This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH to remove -fdeduce-init-list


On 9/3/19 8:01 PM, Marek Polacek wrote:
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  <polacek@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.

OK.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]