From f05e6ea8927664df6fa55d2f11a60f1b5ca4e399 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 14 Apr 2017 19:03:20 -0700 Subject: [PATCH 1/2] intprops: fix comment typo --- lib/intprops.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/intprops.h b/lib/intprops.h index ca8740d..e2ed277 100644 --- a/lib/intprops.h +++ b/lib/intprops.h @@ -461,8 +461,8 @@ verify (TYPE_WIDTH (unsigned int) == UINT_WIDTH); E.g., GCC converts to signed integers in the usual way; see: https://gcc.gnu.org/onlinedocs/gcc/Integers-implementation.html All other known C compilers are similar to GCC in this respect. - Furthermore, Oracle Studio Studio 12.3 x86 has a bug when - implementing the standard way; see: + Furthermore, Oracle Studio 12.3 x86 has a bug when implementing the + standard way; see: http://lists.gnu.org/archive/html/bug-gnulib/2017-04/msg00049.html So, implement this operation in the usual way rather than in -- 2.7.4