https://sourceware.org/bugzilla/show_bug.cgi?id=33721
--- Comment #5 from Alan Modra <amodra at gmail dot com> --- (In reply to Indu Bhagat from comment #3) > I tried a build with CFLAGS="-g3 -O1 -fsanitize=address,undefined > -D_FORTIFY_SOURCE=0 -Wno-error=format-overflow" Well, you chose different options than those I used.. The result may well be sensitive to compiler options and compiler version. You should be able to reproduce using the testcase object files. > I get quite a few leak complaints export ASAN_OPTIONS=detect_leaks=0 > (and the traces are incomplete...) export ASAN_OPTIONS=fast_unwind_on_malloc=false if you want leak backtraces -- You are receiving this mail because: You are on the CC list for the bug.
