This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/6685] [HPUX/IA64] g++ sets REG_POINTER for variables that contain offsets and not real pointers
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Aug 2003 17:55:17 -0000
- Subject: [Bug c++/6685] [HPUX/IA64] g++ sets REG_POINTER for variables that contain offsets and not real pointers
- References: <20020516141601.6685.sje@cup.hp.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6685
mmitchel at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-08-22 17:55 -------
I've confirmed that this has been fixed by my reworking of the C++
pointer-to-member representation.