[Bug c++/53055] ICE in cp_build_indirect_ref, at cp/typeck.c:2836
glisse at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 12 14:21:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53055
Marc Glisse <glisse at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |glisse at gcc dot gnu.org
--- Comment #11 from Marc Glisse <glisse at gcc dot gnu.org> 2012-10-12 14:21:18 UTC ---
(In reply to comment #7)
> Then I'll take care of the column number asap.
Ok, your turn ;-)
(In reply to comment #9)
> I will be happy
> with the text changed to "left-side operand of %<->*%> must a pointer to class
> compatible with the right-side operand",
I went with: "left hand operand of ->* must be a pointer to class, but is a
pointer to member of type ...", the bit about the RHS didn't seem relevant to
this particular error. But you still have a chance to convince Paolo for the
follow-up patch...
More information about the Gcc-bugs
mailing list