This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9440: [3.4 regression] error message about "non-lvalue in unary '&'" when using ?: operator
- From: bangerth at dealii dot org
- To: andrew at andypo dot net, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 28 Jan 2003 15:41:17 -0000
- Subject: Re: c++/9440: [3.4 regression] error message about "non-lvalue in unary '&'" when using ?: operator
- Reply-to: bangerth at dealii dot org, andrew at andypo dot net, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: [3.4 regression] error message about "non-lvalue in unary '&'" when using ?: operator
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Jan 28 15:41:17 2003
State-Changed-Why:
Confirmed. The problem is the lack of a copy constructor,
but the message is profoundly unhelpful in detecting this.
W.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9440