This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51747] [DR 1467] [C++11] cannot call defaulted copy constructor using list-initialization
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 09 Jun 2015 16:56:44 +0000
- Subject: [Bug c++/51747] [DR 1467] [C++11] cannot call defaulted copy constructor using list-initialization
- Auto-submitted: auto-generated
- References: <bug-51747-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51747
--- Comment #16 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jun 9 16:56:12 2015
New Revision: 224289
URL: https://gcc.gnu.org/viewcvs?rev=224289&root=gcc&view=rev
Log:
DR 1467
PR c++/51747
* typeck2.c (digest_init_r): Replace previous change with
gcc_unreachable.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/typeck2.c