From 8498adc27141f048a0492c5b0cc1438a7fee24b7 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 31 Aug 2019 17:20:28 +0000 Subject: [PATCH] generic.texi (Unary and Binary Expressions): Mark up an instance of TYPE_MIN. * doc/generic.texi (Unary and Binary Expressions): Mark up an instance of TYPE_MIN. From-SVN: r275243 --- gcc/ChangeLog | 5 +++++ gcc/doc/generic.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 023275e1fb5..49c371b7e17 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-08-31 Gerald Pfeifer + + * doc/generic.texi (Unary and Binary Expressions): Mark up + an instance of TYPE_MIN. + 2019-08-31 Stafford Horne * config/or1k/constraints.md (t): New constraint. diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 8901d5f357e..86a53cc3603 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -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 -- 2.30.2