[Bug ld/25940] ld.bfd, clang’s ubsan, shared libraries, and virtual tables do not work together

2020-05-08 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25940 --- Comment #4 from dilyan.palauzov at aegee dot org --- I created one more file, b.cpp: extern "C" { void y(); } int main() { y(); } It differs from b.c only in the file extension and y() is under “extern "C"”. Doing the iterations with

[Bug ld/25940] ld.bfd, clang’s ubsan, shared libraries, and virtual tables do not work together

2020-05-08 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25940 --- Comment #3 from dilyan.palauzov at aegee dot org --- libubsan comes from gcc: after compiling and installig clang/llvm, no libubsan is installed. So it is not possible to link with the wrong libubsan, when using clang, as no such linking

[Bug admin/25028] Instant Support

2020-05-08 Thread jackhenry02020 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25028 jackhenry changed: What|Removed |Added CC||jackhenry02020 at gmail dot com --- Comme