From eee3fa4052e50c5ad7d73c5173150fbf2d1c8c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Schl=C3=BCter?= Date: Tue, 14 Dec 2004 18:24:46 +0100 Subject: tree.def, [...]: Correctly document restrictions on the shift width. 2004-12-14 Tobias Schlueter * tree.def, doc/c-tree.texi: Correctly document restrictions on the shift width. From-SVN: r92145 --- gcc/doc/c-tree.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/c-tree.texi') diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 514b98c..3dc7f71 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -2011,7 +2011,7 @@ shift. Right shift should be treated as arithmetic, i.e., the high-order bits should be zero-filled when the expression has unsigned type and filled with the sign bit when the expression has signed type. Note that the result is undefined if the second operand is larger -than the first operand's type size. +than or equal to the first operand's type size. @item BIT_IOR_EXPR -- cgit v1.1