http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550
--- Comment #2 from Paul Pluzhnikov <ppluzhnikov at google dot com> --- (In reply to Andrew Pinski from comment #1) > I think the problem is that you cannot take an address of a private static > function as that would get around access controls. Surely you can in a class member function.