This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/61100] asan/tsan should have the sanitizer includes


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

--- Comment #2 from ygribov at gcc dot gnu.org ---
Author: ygribov
Date: Wed May 14 08:33:45 2014
New Revision: 210413

URL: http://gcc.gnu.org/viewcvs?rev=210413&root=gcc&view=rev
Log:
2014-05-14  Yury Gribov  <y.gribov@samsung.com>

    PR sanitizer/61100
    * Makefile.am (nodist_saninclude_HEADERS): Install
    public headers.
    * Makefile.in: Regenerate.

    * c-c++-common/asan/asan-interface-1.c: New test.
    * lib/asan-dg.exp (asan_include_flags): New function.
    (asan_init): Call asan_include_flags to obtain path
    to sanitizer headers.

Added:
    trunk/gcc/testsuite/c-c++-common/asan/asan-interface-1.c
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/asan-dg.exp
    trunk/libsanitizer/ChangeLog
    trunk/libsanitizer/Makefile.am
    trunk/libsanitizer/Makefile.in


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]