When I use gold to link a gcc 2.95.3 object file it crashes. To reproduce, compile a simple C++ program with g++ 2.95.3 and use gold for linking. The following hello world will do:
#include <iostream> int main() { std::cout << "Hello World" << std::endl; } -- Summary: gold segfaults when used with g++ 2.95.3 Product: binutils Version: 2.19 (HEAD) Status: NEW Severity: normal Priority: P3 Component: gold AssignedTo: ian at airs dot com ReportedBy: roland at coware dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=6048 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils