This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix PR c++/10385: ICE on invalid dynamic_cast


Volker Reichelt wrote:

> 2006-04-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
> 
> 	PR c++/10385
> 	* rtti.c (build_dynamic_cast_1): Check for invalid conversions
> 	before calling convert_to_reference.
> 	* cvt.c (convert_to_reference): Assert that reftype is a
> 	REFERENCE_TYPE.

This is OK, thanks.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]