This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/27592] [4.2 Regression] dynamic cast failure
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jun 2006 18:25:47 -0000
- Subject: [Bug c++/27592] [4.2 Regression] dynamic cast failure
- References: <bug-27592-8213@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from pinskia at gcc dot gnu dot org 2006-06-04 18:25 -------
Subject: Bug 27592
Author: pinskia
Date: Sun Jun 4 18:25:40 2006
New Revision: 114361
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114361
Log:
2006-06-01 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/27592
* rtti.c (build_dynamic_cast_1): Call c_common_truthvalue_conversion
on operand of the COND_EXPR for the null pointer check.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/rtti.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27592