From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3124 invoked by alias); 6 Jan 2015 09:00:49 -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 3112 invoked by uid 89); 6 Jan 2015 09:00:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_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; Tue, 06 Jan 2015 09:00:47 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0690j6P021163 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 6 Jan 2015 04:00:45 -0500 Received: from localhost (ovpn-116-96.ams2.redhat.com [10.36.116.96]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t0690IPW001003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 6 Jan 2015 04:00:41 -0500 Received: by localhost (Postfix, from userid 1001) id 98B551A2A9B; Tue, 6 Jan 2015 10:00:15 +0100 (CET) From: Dodji Seketeli To: Jakub Jelinek Cc: Jeff Law , Richard Biener , Dodji Seketeli , Alexey Samsonov , Yury Gribov , Marek Polacek , GCC Patches , Dmitry Vyukov , Konstantin Serebryany Subject: Re: [PATCH] -f{no-sanitize,{,no-}sanitize-recover}=all support References: <20141118064740.GE1745@tucnak.redhat.com> <20141118075317.GF1745@tucnak.redhat.com> <20141219080718.GS1667@tucnak.redhat.com> <20150105165853.GT1667@tucnak.redhat.com> <54AAF4EA.2060208@redhat.com> <20150105214037.GB1667@tucnak.redhat.com> <20150105220238.GC1667@tucnak.redhat.com> X-URL: http://www.redhat.com Date: Tue, 06 Jan 2015 09:00:00 -0000 In-Reply-To: <20150105220238.GC1667@tucnak.redhat.com> (Jakub Jelinek's message of "Mon, 5 Jan 2015 23:02:38 +0100") Message-ID: <86fvbo9tcw.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2015-01/txt/msg00197.txt.bz2 Jakub Jelinek writes: > On Mon, Jan 05, 2015 at 10:40:37PM +0100, Jakub Jelinek wrote: >> > Are there any doc updates that need to happen as a result of this patch? >> > Patch itself is fine for the trunk, just want to make sure the doc side is >> > good too. >> >> You're right, I'll add documentation tomorrow and repost the patch. > > Make that tonight ;), here it is. I also found a bug in the > -fsanitize=float-cast-overflow documentation and -f{,no-}sanitize-recover > and fixed that too to much the implementation. > > Ok? [...] > > 2015-01-05 Jakub Jelinek > > * opts.c (common_handle_option): Add support for > -fno-sanitize=all and -f{,no-}sanitize-recover=all. > * doc/invoke.texi: Document -fno-sanitize=all, > -f{,no-}sanitize-recover=all. Document that > -fsanitize=float-cast-overflow is not enabled > by -fsanitize=undefined. Fix up documentation > of -f{,no-}sanitize-recover. > > * c-c++-common/asan/sanitize-all-1.c: New test. > * c-c++-common/ubsan/sanitize-all-1.c: New test. > * c-c++-common/ubsan/sanitize-all-2.c: New test. > * c-c++-common/ubsan/sanitize-all-3.c: New test. > * c-c++-common/ubsan/sanitize-all-4.c: New test. This is OK. Thanks! -- Dodji