This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/10245: [3.3/3.4 regression] ?: operator requires public copy constructor of return type


The regression appeared with this patch, which was made to
both mainline and 3.3-branch:

2003-01-17  Jason Merrill  <jason at redhat dot com>

        PR c++/9342
        * call.c (build_conditional_expr): Always do lvalue-rvalue
        conversion.

The hunt used the submitter's test case on i686-pc-linux-gnu
with mainline sources.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10245




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]