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++/60367] Default argument object is not getting constructed


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60367

--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue May 13 16:05:01 2014
New Revision: 210381

URL: http://gcc.gnu.org/viewcvs?rev=210381&root=gcc&view=rev
Log:
    PR c++/60367
    * call.c (convert_default_arg): Remove special handling for
    CONSTRUCTOR.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/overload/defarg8.C
Modified:
    branches/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/gcc-4_8-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]