http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.8/4.9] Regression: bogus |[4.8/4.9 Regression] :
|"error ... is private" |bogus "error ... is
| |private"
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I think the problem is that you cannot take an address of a private static
function as that would get around access controls.