This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
question about comment buglet
- From: Tom Tromey <tromey at redhat dot com>
- To: GCC List <gcc at gcc dot gnu dot org>
- Date: Wed, 05 Sep 2007 12:12:24 -0600
- Subject: question about comment buglet
- Reply-to: Tom Tromey <tromey at redhat dot com>
In cgraphunit.c there is a mention of "varpool_finalize_variable",
which doesn't exist. I think this should be "varpool_finalize_decl"
-- no problem, this one I can fix.
However, there is also a mention of the non-existing
varpool_finalize_function. Should this also be varpool_finalize_decl?
Tom