From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123765 invoked by alias); 7 Dec 2015 15:21:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 123705 invoked by uid 89); 7 Dec 2015 15:21:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 07 Dec 2015 15:21:06 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id BCF27C00125A; Mon, 7 Dec 2015 15:21:04 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-34.ams2.redhat.com [10.36.116.34]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tB7FL3C0018002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 7 Dec 2015 10:21:04 -0500 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id tB7FL083012624; Mon, 7 Dec 2015 16:21:01 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id tB7FKwPK012623; Mon, 7 Dec 2015 16:20:58 +0100 Date: Mon, 07 Dec 2015 15:21:00 -0000 From: Jakub Jelinek To: Dmitry Vyukov Cc: GCC Patches , Nathan Sidwell Subject: Re: [PATCH] Fix new sancov tests Message-ID: <20151207152058.GA5675@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <20151207140907.GZ5675@tucnak.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00752.txt.bz2 On Mon, Dec 07, 2015 at 04:16:02PM +0100, Dmitry Vyukov wrote: > Index: ChangeLog > =================================================================== > --- ChangeLog (revision 231362) > +++ ChangeLog (working copy) > @@ -1,3 +1,7 @@ > +2015-12-06 Dmitry Vyukov > + > + * gcc.dg/sancov/asan.c: Don't run when asan is not available. The ChangeLog entry should also contain the other change: * gcc.dg/sancov/sancov.exp: Load asan-dg.exp. Ok with that change. Jakub