bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: snippet/_Noreturn: Fix typo


From: Paul Eggert
Subject: Re: snippet/_Noreturn: Fix typo
Date: Thu, 12 Aug 2021 14:29:37 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/12/21 12:34 AM, Akim Demaille wrote:

-                && (__4 < __GNUC__ + (7 <= __GNUC_MINOR__) \
+                && (4 < __GNUC__ + (7 <= __GNUC_MINOR__) \

Oh, good catch! I introduced this bug on January 9 in 077ffc1e416a6be980dd45979547201e572962f6. It's lucky that the bug causes noisy build-time failures.

The bug affects only GCC and compilers that pretend to be GCC. Also, the bug affects neither GCC 4.7 (2012) and later, nor clang 3.5 (2014) and later. This may help explain why the typo wasn't noticed earlier.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]