]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/method.c
PR c++/56235
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2013 16:32:28 +0000 (16:32 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2013 16:32:28 +0000 (16:32 +0000)
commit71ee51f6dd20b9cc0da153383229aeca35b886eb
tree3469086715ba20d9a8b5ecd53f08edb601653419
parentdf8d64e306fce5c1c6f4c4c6df3e56e2dfc83b0d
PR c++/56235
* method.c (do_build_copy_constructor): Don't bother turning
scalars from lvalues to xvalues.
(do_build_copy_assign): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195854 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/testsuite/g++.dg/init/bitfield4.C [new file with mode: 0644]