From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25646 invoked by alias); 17 May 2013 15:44:14 -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 25637 invoked by uid 89); 17 May 2013 15:44:13 -0000 X-Spam-SWARE-Status: No, score=-7.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 17 May 2013 15:44:13 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4HFiBki014908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 17 May 2013 11:44:11 -0400 Received: from stumpy.slc.redhat.com (ovpn-113-177.phx2.redhat.com [10.3.113.177]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r4HFiA4c014352; Fri, 17 May 2013 11:44:11 -0400 Message-ID: <5196504A.2090608@redhat.com> Date: Fri, 17 May 2013 15:44:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 MIME-Version: 1.0 To: Jakub Jelinek CC: Dodji Seketeli , gcc-patches@gcc.gnu.org Subject: Re: Patch ping References: <20130517064921.GP1377@tucnak.redhat.com> In-Reply-To: <20130517064921.GP1377@tucnak.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-05/txt/msg01002.txt.bz2 On 05/17/2013 12:49 AM, Jakub Jelinek wrote: > Hi! > > http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00282.html > Reject -fsanitize=address -fsanitize=thread linking that won't ever work at > runtime. I thought Dodji already OK's this. If there's any concern about the scope going outside Dodji's area, then I'll approve it :-) jeff