http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49665
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|other |c++ --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-07 17:41:24 UTC --- > In each of these files this group contains two sections, with the code for > _ZN6soplex8SPxBasisD0Ev and _ZN6soplex8SPxBasisD2Ev in them. In just one > file, > spsbasis.o, there is an alias for _ZN6soplex8SPxBasisD2Ev. Hmm, if there is an set in one of the files but not the others, then there is something wrong in general. Is the code violating ODR?