c++/4376
Georg Wild
georg.wild@gmx.net
Thu Oct 25 16:28:00 GMT 2001
The following reply was made to PR c++/4376; it has been noted by GNATS.
From: "Georg Wild" <georg.wild@gmx.net>
To: <gcc-gnats@gcc.gnu.org>, <gcc-prs@gcc.gnu.org>,
"Georg Wild" <georg.wild@gmx.de>, <gcc-bugs@gcc.gnu.org>,
<nobody@gcc.gnu.org>
Cc:
Subject: Re: c++/4376
Date: Thu, 25 Oct 2001 17:32:37 +0200
Today I tried again to compile kde with the actual gcc cvs and saw, that
this bug isn't fixed today.
Further I saw that kraai has the opinion, that this is a dup of c++/4206.
This is "ICE with switch in while".
After playing around a bit I wonder if this is right:
Left out
// insert the key/value line
// QCString key(startLine, endOfKey - startLine + 2);
// QCString val; = printableToString(st, s - st);
//cout<<"found key '"<<key<<"' with value '"<<val<<"'"<<endl;
and the lines where definitions are used it compiles; but
// insert the key/value line
// QCString key(startLine, endOfKey - startLine + 2);
QCString val; = printableToString(st, s - st);
//cout<<"found key '"<<key<<"' with value '"<<val<<"'"<<endl;
compiles.
So I wonder whether this "dup" is right!
More information about the Gcc-prs
mailing list