From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23999 invoked by alias); 23 Nov 2012 13:30:12 -0000 Received: (qmail 23986 invoked by uid 22791); 23 Nov 2012 13:30:10 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Nov 2012 13:30:05 +0000 Received: from [192.168.178.25] (port-92-195-100-57.dynamic.qsc.de [92.195.100.57]) by mx02.qsc.de (Postfix) with ESMTP id 0788D278C0; Fri, 23 Nov 2012 14:30:02 +0100 (CET) Message-ID: <50AF7A5A.70001@net-b.de> Date: Fri, 23 Nov 2012 13:30:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 MIME-Version: 1.0 To: Konstantin Serebryany CC: gcc patches , Dodji Seketeli , Gerald Pfeifer Subject: Re: [wwwdocs] Mention -faddress-sanitizer in gcc-4.8/changes.html References: <50AA7E29.9060808@net-b.de> <50AF5DA3.9040803@net-b.de> <50AF7893.6050407@net-b.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2012-11/txt/msg01928.txt.bz2 Konstantin Serebryany wrote: >> >I think the man page should be then updated. > man page? I mean gcc/doc/invoke.texi, which is available as "man gcc" and also part of the GCC Manual (http://gcc.gnu.org/onlinedocs/). It currently contains: @item -fsanitize=address Enable AddressSanitizer, a fast memory error detector. Memory access instructions will be instrumented to detect out-of-bounds and use-after-free bugs. So far only heap bugs will be detected. See @uref{http://code.google.com/p/address-sanitizer/} for more details. Tobias