re PR c++/9440 (error message about "non-lvalue in unary '&'" when using ?: operator)
authorJason Merrill <jason@redhat.com>
Wed, 5 Mar 2003 23:03:44 +0000 (18:03 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 5 Mar 2003 23:03:44 +0000 (18:03 -0500)
commitc965b169438a609791fa0b0922b8aea3adb37c4d
tree5118b85c7cd9201505f901dec701c5aa4091988c
parent98857de85a8f3f2ad43f463cac579b3b86f9e4b5
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: r63872
gcc/cp/ChangeLog
gcc/cp/call.c