https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88260
Martin Liška changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88260
--- Comment #3 from Jakub Jelinek ---
i686-elf certainly doesn't have asan support, for i?86-*-* only Linux, Darwin
and Solaris, so it is strange how have you compiled libasan at all.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88260
--- Comment #2 from mirhet.saracevic at gmail dot com ---
Command line:
gcc -lstdc++ -lsupc++ -lm -lc -lgcc -lasan -O0 -g -fsanitize=address main.cpp
Output when using -v:
Target: i686-elf
Configured with: ../gcc-6.3.0/configure --prefix=/opt/V6.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88260
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|