c++/7621: ICE on legal code

Gabriel Dos Reis gdr@integrable-solutions.net
Sat Aug 17 16:06:00 GMT 2002


The following reply was made to PR c++/7621; it has been noted by GNATS.

From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: V.Haisman@sh.cvut.cz
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/7621: ICE on legal code
Date: 17 Aug 2002 14:35:14 +0200

 Vaclav.Haisman@logout.sh.cvut.cz writes:
 
 [...]
 
 | >Class:          ice-on-legal-code
 
 Actually, your code was ill-formed because you wrote
 
     std::cout << rlimits[i].str << ": " << lim.rlimi_cur
                                                    ^
 
 there is no member named rlimi_cur in strict rlimit -- you mistyped
 the name.
 
 The ICE is now fixed in CVS sources.
 
 -- Gaby



More information about the Gcc-prs mailing list