http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61100

            Bug ID: 61100
           Summary: asan/tsan should have the sanitizer includes
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kcc at gcc dot gnu.org
                CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
                    jakub at gcc dot gnu.org, kcc at gcc dot gnu.org

asan/tsan users may need to use the tool's API that is defined in headers
like  <sanitizer/asan_interface.h>
I.e. the directory libsanitizer/include/sanitizer should be installed
together with the rest of the gcc so that <sanitizer/whatever.h> is a valid
include path

Reply via email to