https://sourceware.org/bugzilla/show_bug.cgi?id=25940
dilyan.palauzov at aegee dot org <dilyan.palauzov at aegee dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|UNCONFIRMED |RESOLVED --- Comment #6 from dilyan.palauzov at aegee dot org <dilyan.palauzov at aegee dot org> --- Closing, as I think this is a problem of clang: https://bugs.llvm.org/show_bug.cgi?id=45948 In particular, while $ clang -fsanitize=undefined -L. -lz a.c does not work, calling $ clang -fsanitize=undefined -c -o a.o a.c $ clang++ -fsanitize=undefined -L. -lz a.o works! -- You are receiving this mail because: You are on the CC list for the bug.