[Bug c++/49665] 'defined in discarded section' link failures on cpu2006 benchmarks
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 7 17:42:00 GMT 2011
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?
More information about the Gcc-bugs
mailing list