https://sourceware.org/bugzilla/show_bug.cgi?id=24406
--- Comment #4 from dilyan.palauzov at aegee dot org ---
With the patch applied “clang -flto -fuse-ld=bfd -Wl,--wrap=read t.c” does
work.
--
You are receiving this mail because:
You are on the CC list for the bug.
__
https://sourceware.org/bugzilla/show_bug.cgi?id=24406
--- Comment #5 from dilyan.palauzov at aegee dot org ---
With the patch applied this works:
clang -flto -fuse-ld=bfd -Wl,--wrap=read -O3 t.c
gcc -flto -fuse-ld=bfd -Wl,--wrap=read -O3 t.c
gcc -flto -fuse-ld=bfd -Wl,--wrap=read -O2 t.c
https://sourceware.org/bugzilla/show_bug.cgi?id=24415
Bug ID: 24415
Summary: - -Wl,--wrap= incompatible with -flto
Product: binutils
Version: 2.33 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
Componen
https://sourceware.org/bugzilla/show_bug.cgi?id=24406
--- Comment #6 from dilyan.palauzov at aegee dot org ---
Reported for gold at https://sourceware.org/bugzilla/show_bug.cgi?id=24415 .
--
You are receiving this mail because:
You are on the CC list for the bug.
___
https://sourceware.org/bugzilla/show_bug.cgi?id=24349
Peter Bergner changed:
What|Removed |Added
Status|NEW |ASSIGNED
URL|