[Bug ld/16934] New: gc-sections fails to remove unused C++ member functions

2014-05-12 Thread curaga at operamail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16934 Bug ID: 16934 Summary: gc-sections fails to remove unused C++ member functions Product: binutils Version: 2.23 Status: NEW Severity: enhancement Pr

[Bug ld/16934] gc-sections fails to remove unused C++ member functions

2014-05-12 Thread curaga at operamail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16934 --- Comment #1 from curaga at operamail dot com --- lib.h: #ifndef FOO_H #define FOO_H class interface { public: virtual void foo() = 0; virtual void bar() = 0; }; interface* getclass(); #endif -- You are receiving this mail becau

[Bug ld/16934] gc-sections fails to remove unused C++ member functions

2014-05-12 Thread curaga at operamail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16934 --- Comment #3 from curaga at operamail dot com --- app.cpp: #include "lib.h" int main() { interface *i = getclass(); i->bar(); return 0; } -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug ld/16934] gc-sections fails to remove unused C++ member functions

2014-05-12 Thread curaga at operamail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16934 --- Comment #2 from curaga at operamail dot com --- lib.cpp: #include #include "lib.h" class myclass: public interface { public: void foo() { puts("foo"); } void bar() { puts("bar"); } }; interface *getclass() { return new myc

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2014-05-12 Thread binutils at marino dot st
https://sourceware.org/bugzilla/show_bug.cgi?id=15574 John Marino changed: What|Removed |Added CC||binutils at marino dot st --- Comment #

[Bug ld/16936] New: $ORIGIN in shared library's rpath not used to find library dependencies at link time

2014-05-12 Thread sdvormwa at mtu dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16936 Bug ID: 16936 Summary: $ORIGIN in shared library's rpath not used to find library dependencies at link time Product: binutils Version: 2.23 Status: NEW Sever

[Bug ld/16936] $ORIGIN in shared library's rpath not used to find library dependencies at link time

2014-05-12 Thread sdvormwa at mtu dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16936 --- Comment #1 from Steven Vormwald --- (In reply to Steven Vormwald from comment #0) > ${CUSTOM_LD_PATH}/x86_64-unknown-linux-gnu/bin/ld: warning: libbar.so, > needed by lib//libfoo.so, not found (try using -rpath or -rpath-link) > lib//libfo

[Bug ld/16937] New: aarch64: issue about executable exporting TLS class static member variable

2014-05-12 Thread jingyuuiuc at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16937 Bug ID: 16937 Summary: aarch64: issue about executable exporting TLS class static member variable Product: binutils Version: 2.25 (HEAD) Status: NEW Severity

[Bug ld/16937] aarch64: issue about executable exporting TLS class static member variable

2014-05-12 Thread ppluzhnikov at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16937 --- Comment #2 from Paul Pluzhnikov --- Google ref: b/14064062 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https:

[Bug ld/16937] aarch64: issue about executable exporting TLS class static member variable

2014-05-12 Thread ppluzhnikov at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16937 Paul Pluzhnikov changed: What|Removed |Added CC||ppluzhnikov at google dot com --- C

[Bug ld/16936] $ORIGIN in shared library's rpath not used to find library dependencies at link time

2014-05-12 Thread sdvormwa at mtu dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16936 --- Comment #2 from Steven Vormwald --- (In reply to Steven Vormwald from comment #0) > GNU ld (GNU Binutils) 2.23.1 This problem also occurs in 2.24. -- You are receiving this mail because: You are on the CC list for the bug.