public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/4376
@ 2001-10-25 16:28 Georg Wild
  0 siblings, 0 replies; only message in thread
From: Georg Wild @ 2001-10-25 16:28 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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!
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-25 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-25 16:28 c++/4376 Georg Wild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).