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++/46497] [C++0x] Defaulted vs declared move constructor vs is_convertible


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46497

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2010-11-17 01:43:13 UTC ---
Author: jason
Date: Wed Nov 17 01:43:10 2010
New Revision: 166851

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166851
Log:
    PR c++/46497
    * call.c (build_over_call): Check for =delete even when trivial.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/defaulted20.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/testsuite/ChangeLog


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