From patchwork Fri Mar 29 14:19:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 1069753 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-498604-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="XenaKmcC"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44W3lh2Pvnz9sQm for ; Sat, 30 Mar 2019 01:19:42 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:message-id:date:mime-version:content-type; q=dns; s= default; b=NSN4Vg8vh/8PezXKiCYcLg8WStU9zhAm7jd1uN13UbyGGB8+oJgQ5 twFIVsAi3XLLQpOR2sOkpuT8TgHmn06BP1nl0cTBoGg/H0aWep9HXDyvdEJDCEFq j2g3NPRjb4pnh2VWJTvIM5XYyjcs4+YaTBvDLBNyYJcMJKu4Ib+k3Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:message-id:date:mime-version:content-type; s= default; bh=bGkRoU5zky/aeI49N92JnNt0Fmk=; b=XenaKmcCg7U/Sn+UL5xo +hdLC8qOS2Jv0WxR82xtfXCuO+WPjbZLCu7brTtMJk0uO9HU5osbO0YSVRa9/qy/ wUQj8qEv67vPIpWxa6qSYYHjKkXYoDAij72u9shAXLLIeLX3dVjdviPblBTwZYNN 6CotZwwzCu+BP2b43l8DI40= Received: (qmail 80360 invoked by alias); 29 Mar 2019 14:19:33 -0000 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 Received: (qmail 79505 invoked by uid 89); 29 Mar 2019 14:19:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=DOC, Checker X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Mar 2019 14:19:31 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 95DD8AF70 for ; Fri, 29 Mar 2019 14:19:29 +0000 (UTC) From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH][DOC][OBVIOUS] Remove -Wchkp from documentation. To: gcc-patches@gcc.gnu.org Message-ID: Date: Fri, 29 Mar 2019 15:19:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 X-IsSubscribed: yes Hi. That's one obvious patch where I remove the option from documentation. Martin gcc/ChangeLog: 2019-03-29 Martin Liska * doc/invoke.texi: Remove -Wchkp from documentation. --- gcc/doc/invoke.texi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1787967d753..0e179c6357c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4500,12 +4500,6 @@ of error, as programmers often forget that this type is signed on some machines. This warning is enabled by @option{-Wall}. -@item -Wchkp -@opindex Wchkp -@opindex Wno-chkp -Warn about an invalid memory access that is found by Pointer Bounds Checker -(@option{-fcheck-pointer-bounds}). - @item -Wno-coverage-mismatch @opindex Wno-coverage-mismatch @opindex Wcoverage-mismatch