https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65767
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Last reconfirmed| |2015-05-04
CC| |ro at gcc dot gnu.org
Resolution|FIXED |---
Ever confirmed|0 |1
--- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> ---
Unfortunately, the fix broke the test completely on Solaris with /bin/ld:
Undefined first referenced
symbol in file
std2::exception::~exception() cp_lto_pr65276_1.o
std2::exception::~exception() cp_lto_pr65276_1.o
std2::exception::~exception() cp_lto_pr65276_1.o
ld: fatal: symbol referencing errors
collect2: error: ld returned 1 exit status
Rainer