re PR c++/9440 (error message about "non-lvalue in unary '&'" when using ?: operator)
authorJason Merrill <jason@gcc.gnu.org>
Fri, 21 Mar 2003 07:13:53 +0000 (02:13 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 21 Mar 2003 07:13:53 +0000 (02:13 -0500)
commit2196cf1346260dfefd9a2a55233cc55d00240947
tree92734c5bcda5626a729c8d91f476db5e56921185
parentc77e05977761f777de04518f07184fd70d91d254
re PR c++/9440 (error message about "non-lvalue in unary '&'" when using ?: operator)

        PR c++/9440
        * call.c (build_conditional_expr): Use convert rather than an
        explicit NOP_EXPR.

From-SVN: r64651
gcc/testsuite/g++.dg/conversion/cond1.C [new file with mode: 0644]