This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -fno-rtti
- To: NEELAKANTH dot NADGIR at SUN dot COM, gcc at gcc dot gnu dot org
- Subject: Re: -fno-rtti
- From: Mike Stump <mrs at windriver dot com>
- Date: Mon, 13 Mar 2000 18:44:01 -0800 (PST)
> Date: Mon, 13 Mar 2000 10:33:58 -0800
> From: Neelakanth Nadgir <NEELAKANTH.NADGIR@SUN.COM>
> a quick question,
> If a code uses RTTI, can it be compiled with -fno-rtti ?
If you defined `uses RTTI' to mean, code that when compiled without
it, will fail, then, no. But isn't this obvious to you? I wonder if
there is a subtly to your question that I am missing because it is too
short.