This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: typeid() problems (Internal compiler error 252 / Assembler errors)
- To: sk at gluit dot de
- Subject: Re: typeid() problems (Internal compiler error 252 / Assembler errors)
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 15 Mar 2000 10:06:56 +0100
- CC: gcc-bugs at gcc dot gnu dot org, sk at moon dot gluit dot de
- References: <199908180853.KAA07892@moon.gluit.de>
> I encountered problems when compiling the following piece of C++ source
> (I shortened it down to a few lines, converting 'real' statements to
> simple function calls of typeid()).
Thanks for your bug report. gcc-2.95.2 fixes the ERR1 case; I've put
the ERR2 case into GNATS.
Regards,
Martin