This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12819] ICE during compile when trying to obtain object method address
- 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: 29 Oct 2003 01:47:25 -0000
- Subject: [Bug c++/12819] ICE during compile when trying to obtain object method address
- References: <20031029012648.12819.fryman@cc.gatech.edu>
- 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=12819
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords| |ice-on-invalid-code
Resolution| |FIXED
Target Milestone|--- |3.4
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-29 01:47 -------
Fixed on the mainline (20031028), which will become 3.4.
This is invalid code:
pr12819.cc: In member function `virtual void C3::C0_m_a()':pr12819.cc:50: error: invalid use of
non-static member function
Not a regression as 2.95.3, 3.0.4, 3.3.1 all ICE.