This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11294] ICE in resolve_offset_ref, at cp/init.c: 1886
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2003 12:04:58 -0000
- Subject: [Bug c++/11294] ICE in resolve_offset_ref, at cp/init.c: 1886
- References: <20030623153404.11294.christoph.pesch@siemens.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=11294
------- Additional Comments From gdr at integrable-solutions dot net 2003-06-28 12:04 -------
Subject: Re: New: ICE in resolve_offset_ref, at cp/init.c: 1886
"christoph dot pesch at siemens dot com" <gcc-bugzilla@gcc.gnu.org> writes:
| void f()
| {
| std::mem_fun(&(C::mf));
| // ^ ^ ICE if parenthesis are added
I fixed this some time ago in the 3.2.x series.
-- Gaby