[Bug gas/24349] [powerpc] gas rejects valid branch instruction and doesn't set "at" branch hints correctly

2019-04-03 Thread bergner at linux dot ibm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=24349 Peter Bergner changed: What|Removed |Added Status|NEW |ASSIGNED URL|

[Bug ld/24406] -Wl,--wrap= incompatible with -flto

2019-04-03 Thread dilyan.palauzov at aegee dot org
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.

[Bug gold/24415] New: - -Wl,--wrap= incompatible with -flto

2019-04-03 Thread dilyan.palauzov at aegee dot org
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

[Bug ld/24406] -Wl,--wrap= incompatible with -flto

2019-04-03 Thread dilyan.palauzov at aegee dot org
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

[Bug ld/24406] -Wl,--wrap= incompatible with -flto

2019-04-03 Thread dilyan.palauzov at aegee dot org
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.