]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/58714 (Bogus overload resolution for the assignment operator in assignment...
authorJason Merrill <jason@redhat.com>
Thu, 7 Aug 2014 19:50:04 +0000 (15:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 7 Aug 2014 19:50:04 +0000 (15:50 -0400)
commit376f66e7dca47e003efcbd8394aee099d9ad22aa
tree30437ebaaa9e90e68555bbec8efcf71bd4528837
parent0a348fe519ff52cdc45944eba6d55768f5c804de
re PR c++/58714 (Bogus overload resolution for the assignment operator in assignment to a conditional)

PR c++/58714
* tree.c (stabilize_expr): A stabilized prvalue is an xvalue.

From-SVN: r213734
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/g++.dg/cpp0x/rv-cond1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/expr/cond12.C [new file with mode: 0644]