http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51757
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-05 09:39:28 UTC --- Hm? How should it _not_ fail to link? You declare void func() inside main which puts it in ::, but there is no definition. Obviously A::func() is not found by lookup - why should it?