This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/61242] [4.9/4.10 Regression] Bogus "no matching function for call to âFoo::Create(<brace-enclosed initializer list>)"
- 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: Wed, 25 Jun 2014 21:43:09 +0000
- Subject: [Bug c++/61242] [4.9/4.10 Regression] Bogus "no matching function for call to âFoo::Create(<brace-enclosed initializer list>)"
- Auto-submitted: auto-generated
- References: <bug-61242-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61242
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Jun 25 21:42:37 2014
New Revision: 211998
URL: https://gcc.gnu.org/viewcvs?rev=211998&root=gcc&view=rev
Log:
PR c++/61242
* call.c (build_aggr_conv): Ignore passed in flags.
(build_array_conv, build_complex_conv): Likewise.
Added:
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/initlist84.C
Modified:
branches/gcc-4_9-branch/gcc/cp/ChangeLog
branches/gcc-4_9-branch/gcc/cp/call.c