This is the mail archive of the gcc-bugs@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]

[Bug c++/61242] [4.9/4.10 Regression] Bogus "no matching function for call to âFoo::Create(<brace-enclosed initializer list>)"


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


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