From patchwork Sat Aug 31 17:21:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1156193 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-508096-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="nj52djCK"; 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 46LNSF4s9Fz9s5b for ; Sun, 1 Sep 2019 03:21:48 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=iSn860A8Qf7KlCvFQyARe671pT1DLfMNqngY6x/ly8263MfNj+dZx AaAbP9ywGXtgpHW1z0dmY4FfAEoyC5ZeVTwnbzRS/mvlkoymFSJ2Y7+GfLrbCIve Y8DufTYwACZBFOuM0dOfwCTbAg6WkTE/E7r4u3hnK6s6k8cBmi5ScY= 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:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=6479BtHSzNsAocbsQw88lG7aiWw=; b=nj52djCK6aM4htBdyGRm ASY7b8DFO6Lz5sseOnobdCroHoAwW7vViZuHvXyAPMV77EAMGLkOVoFLrHFiu6pF PG4zouTxwxRmbXBp3IBmfeZOauNLDqfu6FH34t48vlawZUw60tCJXvlb7PBQsRPs nDfccdXl8MaleYCEV6HWMRM= Received: (qmail 127796 invoked by alias); 31 Aug 2019 17:21:41 -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 127786 invoked by uid 89); 31 Aug 2019 17:21:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:825, gerald X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 31 Aug 2019 17:21:40 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id D601433E17 for ; Sat, 31 Aug 2019 13:21:38 -0400 (EDT) Received: from [172.20.5.2] (unknown [203.142.74.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id E801A33E16 for ; Sat, 31 Aug 2019 13:21:37 -0400 (EDT) Date: Sun, 1 Sep 2019 01:21:29 +0800 (WITA) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [doc] doc/generic.texi - minor markup improvement Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes I've had this in my tree for months; time to push this out. Committed. Gerald 2019-08-31 Gerald Pfeifer * doc/generic.texi (Unary and Binary Expressions): Mark up an instance of TYPE_MIN. Index: doc/generic.texi =================================================================== --- doc/generic.texi (revision 275242) +++ doc/generic.texi (working copy) @@ -1373,8 +1373,8 @@ built-in functions. @item ABSU_EXPR These nodes represent the absolute value of the single operand in -equivalent unsigned type such that @code{ABSU_EXPR} of TYPE_MIN is -well defined. +equivalent unsigned type such that @code{ABSU_EXPR} of @code{TYPE_MIN} +is well defined. @item BIT_NOT_EXPR These nodes represent bitwise complement, and will always have integral