This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Questionable comment in cgraphunit.c:cgraph_expand_function
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Sat, 24 Jul 04 09:16:06 EDT
- Subject: Questionable comment in cgraphunit.c:cgraph_expand_function
It says "nested functions are expanded via lang_expand_decl_stmt".
Well, there isn't such a function, but moreover, I see nothing preventing
that from expanding a nested function and I'm seeing that happen.