re PR c++/3471 (gcc 3.01 reports error about a private copy constructor that shouldn...
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 29 Nov 2001 21:44:57 +0000 (21:44 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 29 Nov 2001 21:44:57 +0000 (21:44 +0000)
commit45aff9968ebeae5b26dd05f39242ab9e17ad0797
tree3b225884157083b6bb68d0da167cef6f6eda575c
parentc1d5afc412f820af3a04c5d3c9ddf53d160752ec
re PR c++/3471 (gcc 3.01 reports error about a private copy constructor that shouldn't get called.)

PR c++/3471
* call.c (convert_like_real): Do not build additional temporaries
for rvalues of class type.

From-SVN: r47455
gcc/testsuite/g++.old-deja/g++.mike/p5469a.C