From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14424 invoked by alias); 16 Oct 2014 13:43:25 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14346 invoked by uid 55); 16 Oct 2014 13:43:21 -0000 From: "ygribov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/61100] asan/tsan should have the sanitizer includes Date: Thu, 16 Oct 2014 13:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ygribov at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg01268.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61100 --- Comment #5 from ygribov at gcc dot gnu.org --- Author: ygribov Date: Thu Oct 16 13:42:48 2014 New Revision: 216322 URL: https://gcc.gnu.org/viewcvs?rev=216322&root=gcc&view=rev Log: 2014-10-16 Yury Gribov Backport from mainline 2014-05-14 Yury Gribov 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: branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/asan/asan-interface-1.c Modified: branches/gcc-4_9-branch/gcc/testsuite/ChangeLog branches/gcc-4_9-branch/gcc/testsuite/lib/asan-dg.exp branches/gcc-4_9-branch/libsanitizer/ChangeLog branches/gcc-4_9-branch/libsanitizer/Makefile.am branches/gcc-4_9-branch/libsanitizer/Makefile.in