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
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
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.
_
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
https://sourceware.org/bugzilla/show_bug.cgi?id=15574
John Marino changed:
What|Removed |Added
CC||binutils at marino dot st
--- Comment #
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
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
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
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:
https://sourceware.org/bugzilla/show_bug.cgi?id=16937
Paul Pluzhnikov changed:
What|Removed |Added
CC||ppluzhnikov at google dot com
--- C
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.
11 matches
Mail list logo