This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/49665] 'defined in discarded section' link failures on cpu2006 benchmarks


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]