This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[C++] Keep or lose FNADDR_FROM_VTABLE_ENTRY?
- To: gcc at gcc dot gnu dot org
- Subject: [C++] Keep or lose FNADDR_FROM_VTABLE_ENTRY?
- From: Stan Shebs <shebs at apple dot com>
- Date: Mon, 30 Jul 2001 07:52:35 -0700
The last checkin touching the macro FNADDR_FROM_VTABLE_ENTRY in
cp-tree.h had a syntactic error that broke it. Only Darwinians
noticed, because we have the submitted-but-not-accepted patch that
defines function equivalents for tree macros, for use in debugging
(and thus it serves its purpose :-) ).
Anyway, the mistake went unnoticed by everybody else because the
the macro is no longer used. I was going to submit a patch to
whack this, but for the comment in cp/method.c that mentions
"FNADDR_FROM_VTABLE_ENTRY and friends"; since I don't know how to
rephrase the comment validly, it must fall to someone else to decide
what to do here.
Stan