From patchwork Fri Nov 23 17:16:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 201382 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 5C2A52C008A for ; Sat, 24 Nov 2012 04:16:58 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1354295819; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=/8GTeJT KyJoVbrfu8hM3JK32EXU=; b=Q4LmpPO2lqqbG0z0IbMboZM3H541QsKv5v8vjNV +kH2mvJGfZBgeV2zwEyWQbSVTtvck6GFQTi4QyWd+M5hb1WYmgEs+Ns9X1sHYvFV 7hAuTegfjOngbBFO2Is2/fa64KF4FnkQK/KPxsP76/ojaf4ZOF6NRQ1yXI3fIWyN aVXc= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=KEMdVaUNO0+mhBlWqMEUSGh7RYYknH6p1YXxbmdthhUy8LS4Hi2RNjPlLwKrpU x6GCmuVIi8sH47WbGQzroBi3izZdK0rNb4wnOlI/887bePZpNeiQq2uhKwfh/U3G uVlKNoRgzmiN6aYSX4rKY4TU6rYcI0pXbyoeKK1k4FgZw=; Received: (qmail 22065 invoked by alias); 23 Nov 2012 17:16:25 -0000 Received: (qmail 21860 invoked by uid 22791); 23 Nov 2012 17:16:22 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL, BAYES_00, 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 17:16:12 +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 5636C2797B; Fri, 23 Nov 2012 18:16:11 +0100 (CET) Message-ID: <50AFAF5A.1080208@net-b.de> Date: Fri, 23 Nov 2012 18:16:10 +0100 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: gcc patches , Kostya Serebryany Subject: [Patch, committed] Remove obsolete asan remark from invoke.texi Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org As suggested by Kostya. Committed as Rev. 193764. Tobias Index: gcc/ChangeLog =================================================================== --- gcc/ChangeLog (Revision 193763) +++ gcc/ChangeLog (Arbeitskopie) @@ -1,3 +1,8 @@ +2012-11-23 Tobias Burnus + + * doc/invoke.texi (-fsanitize=address): Remove obsolete + remark. + 2012-11-23 Jakub Jelinek PR c++/54046 @@ -75,7 +80,7 @@ directly checking limit. * params.def (HOT_BB_COUNT_FRACTION): Remove. (HOT_BB_COUNT_WS_PERMILLE): New parameter. - * invoke.texi (hot-bb-count-fraction): Remove. + * doc/invoke.texi (hot-bb-count-fraction): Remove. (hot-bb-count-ws-permille): Document. 2012-11-22 Vladimir Makarov Index: gcc/doc/invoke.texi =================================================================== --- gcc/doc/invoke.texi (Revision 193763) +++ gcc/doc/invoke.texi (Arbeitskopie) @@ -6860,7 +6860,7 @@ The default is @option{-fzero-initialized-in-bss}. @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. +out-of-bounds and use-after-free bugs. See @uref{http://code.google.com/p/address-sanitizer/} for more details. @item -fsanitize=thread