[Bug c++/47791] finish function is using absolute value instead of the #defined one
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Sun Sep 25 14:58:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47791
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-25 14:52:50 UTC ---
It seems to me that the SF_* that you are mentioning actually are meant for
start_preparsed_function, not for finish_function. The latter should probably
have its own FF_* in cp-tree.h and the comment adjusted. At least, this is what
I see in the tree now.
More information about the Gcc-bugs
mailing list