diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2019-01-09 13:59:16 -0800 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2019-01-09 13:59:16 -0800 |
commit | a08da33eb3f69dec01810440a40c77ed56a79b69 (patch) | |
tree | f3aafc631bfdd3154ca7168e359d3a2e724f7344 /libiberty/floatformat.c | |
parent | 669e09f609d30e070dc26db34d938a0888a01928 (diff) | |
download | gdb-a08da33eb3f69dec01810440a40c77ed56a79b69.zip gdb-a08da33eb3f69dec01810440a40c77ed56a79b69.tar.gz gdb-a08da33eb3f69dec01810440a40c77ed56a79b69.tar.bz2 |
Merge from gcc: use "cannot" instead of "can not" in libiberty and include.
2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
Merge from GCC:
2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
PR other/16615 [2/5]
include/
* libiberty.h: Mechanically replace "can not" with "cannot".
* plugin-api.h: Likewise.
libiberty/
* cp-demangle.c: Mechanically replace "can not" with "cannot".
* floatformat.c: Likewise.
* strerror.c: Likewise.
Diffstat (limited to 'libiberty/floatformat.c')
-rw-r--r-- | libiberty/floatformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index 2c6c6ab..8632253 100644 --- a/libiberty/floatformat.c +++ b/libiberty/floatformat.c @@ -489,7 +489,7 @@ floatformat_to_double (const struct floatformat *fmt, int nan = mant_bits_set (fmt, ufrom); /* On certain systems (such as GNU/Linux), the use of the - INFINITY macro below may generate a warning that can not be + INFINITY macro below may generate a warning that cannot be silenced due to a bug in GCC (PR preprocessor/11931). The preprocessor fails to recognise the __extension__ keyword in conjunction with the GNU/C99 extension for hexadecimal |