http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58105
Bernd Edlinger <bernd.edlinger at hotmail dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |i686*-*-* Component|c++ |target --- Comment #1 from Bernd Edlinger <bernd.edlinger at hotmail dot de> --- That is a pretty weird bug! The backend generates a resolver function and an ifunc stub. but the tree is somehow complete wrong. Everything is good, until the optimizer inlines the resolver function instead of the call to the ifunc stub.