http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61125
Stanislav Lorents <slorents at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Stanislav Lorents <slorents at gmail dot com> --- It is undefined behavior to call a member function through a null pointer. Inside class member function 'this' pointer must be not null.