This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Turning off C++ casting?
- From: Paolo Bonzini <paolo dot bonzini at polimi dot it>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>, bonzini at gnu dot org
- Cc: gcc at gcc dot gnu dot org, mongryong at sympatico dot ca
- Date: Thu, 20 Feb 2003 15:27:08 +0100
- Subject: Re: Turning off C++ casting?
- References: <200302200957.32698.paolo.bonzini@polimi.it> <200302201325.49237.paolo.bonzini@polimi.it> <m3lm0bgli7.fsf@uniton.integrable-solutions.net>
- Reply-to: bonzini at gnu dot org
> That is funny because you previously stated that you wanted to avoid
> the dyanmic_cast<>. Now, you're telling me that you are going to do it
> anyway. That is an *inconsistent* position.
The original poster wants to do the dynamic_cast only in debug versions, not
release versions. He asked for a flag to do so and it was pointed out that
it is not feasible to implement it.
> All this has nothing to do with GCC.
Yes, it really belongs in gcc-help.
Paolo