This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

question about comment buglet


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]