From: Paul Eggert Date: Sat, 15 Apr 2017 02:03:20 +0000 (-0700) Subject: intprops: fix comment typo X-Git-Tag: v1.0~6280 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f05e6ea8927664df6fa55d2f11a60f1b5ca4e399;p=gnulib.git intprops: fix comment typo --- diff --git a/lib/intprops.h b/lib/intprops.h index ca8740d292..e2ed277f97 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