[Bug sanitizer/55518] boehm-gc, libatomic, libffi and libgomp testsuite can't find path to libasan for make check with -fsanitizer
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 28 15:46:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55518
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-28 15:45:30 UTC ---
That is not a bug, you've requested to add that flag, therefore you are
responsible to make sure gcc finds it at link time and runtime (e.g. by
installing it temporarily into a system directory where it is found by default,
into sysroot, or using env var options to point it there.
That is the same thing as if you tried to use -fopenmp or -fgnu-tm options by
default.
More information about the Gcc-bugs
mailing list