This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/68794] an option for -fsanitize=<foo> is accepted even if the corresponding library is not available
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Aug 2016 06:04:03 +0000
- Subject: [Bug driver/68794] an option for -fsanitize=<foo> is accepted even if the corresponding library is not available
- Auto-submitted: auto-generated
- References: <bug-68794-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68794
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I don't we want to warn or error out if the library is not exits as someone
could implement their own runtime library which they install separately from
GCC.