re PR c++/47851 ([C++0x] Incorrect decltype result for conditional operator)
authorJason Merrill <jason@redhat.com>
Tue, 1 Mar 2011 22:44:35 +0000 (17:44 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 1 Mar 2011 22:44:35 +0000 (17:44 -0500)
commit8d4bcc35d641d8e4a034a9bdabdd24f16245d10d
tree8535c3bcfdf6cc6350aaef2bd598bcf81c004680
parentfaa9e9bfcaf52cd6194a1bf8f8b905a511b6e1e1
re PR c++/47851 ([C++0x] Incorrect decltype result for conditional operator)

PR c++/47851
* call.c (standard_conversion): Provide requested cv-quals on
class rvalue conversion.

From-SVN: r170601
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/decltype25.C [new file with mode: 0644]