------- Comment #9 from manu at gcc dot gnu dot org 2007-01-28 17:23 -------
I will submit two patches. The first one will remove the function. Then, I have
to regtest the second one: perhaps we find another unused function!
Steven, if you really think that the case:
static void foo(void)
{
bar ();
}
static void bar(void)
{
foo ();
}
is worth the hassle of dealing with the call graph (which may not be available
unless using a particular -O* switch), please open a new PR about it (and add
me to the CC list).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4076