X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 3 Jan 2002 16:16:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "'Raf256' Rafal Maj" cc: djgpp AT delorie DOT com Subject: Re: rtti In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 3 Jan 2002, 'Raf256' Rafal Maj wrote: > "'Raf256' Rafal Maj" wrote in > news:Xns918A386C6A897rfdfciasdsdj412tr AT 213 DOT 180 DOT 128 DOT 20: > > > Does DJGPP + GCC 3.0.2 supports RTTI, where can I find some easy > > examples of using it ? > > RTTI ofcourse is Real-Time Type Identyfication... doesn't anybody here > knows if GCC 3.0.2 suppots it or not ? Given that even GCC 2.8.1 supported it, I don't see why 3.0.2 won't. IIRC, you need to use -fno-rtti to turn it OFF.