re PR c++/68006 ([C++14] Incorrect aggregate initialization from empty initializer...
authorJason Merrill <jason@redhat.com>
Sun, 18 Oct 2015 18:02:10 +0000 (14:02 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 18 Oct 2015 18:02:10 +0000 (14:02 -0400)
commit49489608c05a33a41bd1f2b5d277819a70f45807
treec0b9f59698bc719baa768613cd3cdcae9370728c
parenta70ba41f41bca6d1965e617686ab02fc6eb42c5f
re PR c++/68006 ([C++14] Incorrect aggregate initialization from empty initializer list with NSDMI)

PR c++/68006

* decl.c (implicit_default_ctor_p): New.
(start_preparsed_function): Don't clobber on entry to one.

From-SVN: r228949
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/opt/flifetime-dse3.C [new file with mode: 0644]