This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/4094: LHS conditional in assignment in gcc/cp/decl.c
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rkl at connect dot org dot uk
- Date: 21 Nov 2002 02:58:17 -0000
- Subject: Re: c++/4094: LHS conditional in assignment in gcc/cp/decl.c
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rkl at connect dot org dot uk, gcc-gnats at gcc dot gnu dot org
Synopsis: LHS conditional in assignment in gcc/cp/decl.c
State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Wed Nov 20 18:58:16 2002
State-Changed-Why:
No feedback in a long time. Report is about use of
(a?b:c) = 0;
which is not understood by local compiler. However, the
report claims that this is a problem for some file in the
cp directory, which should be compiled by gcc only anyway,
right?
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4094