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++/44158] [C++0x] wrong overload resolution for copy-initialization from an rvalue



------- Comment #7 from jason at gcc dot gnu dot org  2010-05-17 19:54 -------
Subject: Bug 44158

Author: jason
Date: Mon May 17 19:53:45 2010
New Revision: 159508

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159508
Log:
        PR c++/44158
        * call.c (build_over_call): Don't do bitwise copy for move ctor.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/rv-trivial-bug.C


-- 


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


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