This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31074] [4.1/4.2/4.3 Regression] Reference casting involving multiple inheritance produces bad pointer
- 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: 8 Mar 2007 02:06:11 -0000
- Subject: [Bug c++/31074] [4.1/4.2/4.3 Regression] Reference casting involving multiple inheritance produces bad pointer
- References: <bug-31074-14204@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-08 02:06 -------
Confirmed, related to PR 22132. The difference between this and that PR is
this one has references while that one was only pointers.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |22132
Severity|normal |blocker
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |wrong-code
Known to fail| |4.0.2 4.1.0 4.2.0 4.3.0
Known to work| |3.3.3
Last reconfirmed|0000-00-00 00:00:00 |2007-03-08 02:06:10
date| |
Summary|Reference casting involving |[4.1/4.2/4.3 Regression]
|multiple inheritance |Reference casting involving
|produces bad pointer |multiple inheritance
| |produces bad pointer
Target Milestone|--- |4.1.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31074