re PR c++/61242 (Bogus "no matching function for call to ‘Foo::Create(<brace-enclosed...
authorJason Merrill <jason@redhat.com>
Wed, 28 May 2014 15:55:03 +0000 (11:55 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 28 May 2014 15:55:03 +0000 (11:55 -0400)
commita33ad58be16a5288cb2874aded7b83b163a829b4
treeb3fccecbf4c53c5a6b2a691fcec914765d4edc77
parentecc7533ad758552159107457ede65148c991159b
re PR c++/61242 (Bogus "no matching function for call to ‘Foo::Create(<brace-enclosed initializer list>)")

PR c++/61242
* call.c (build_aggr_conv): Ignore passed in flags.
(build_array_conv, build_complex_conv): Likewise.

From-SVN: r211024
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/cpp0x/initlist84.C [new file with mode: 0644]