bug-bison
[Top][All Lists]
Advanced

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

Re: Error compiling bison 3.4.2 on Solaris


From: Akim Demaille
Subject: Re: Error compiling bison 3.4.2 on Solaris
Date: Fri, 25 Oct 2019 07:53:09 +0200


> Le 24 oct. 2019 à 23:27, Paul Eggert <address@hidden> a écrit :
> 
> On 10/24/19 9:04 AM, Akim Demaille wrote:
>> +/* Seehttps://lists.gnu.org/archive/html/bug-bison/2019-10/msg00061.html. */
>> +#if defined __GNUC__ && ! defined __clang__ && ! defined __ICC && __GNUC__ 
>> < 5
>> +/* Suppress an incorrect diagnostic about yylval being uninitialized.  */
>> +# define IGNORE_TYPE_LIMITS_BEGIN \
>> +    _Pragma ("GCC diagnostic push") \
>> +    _Pragma ("GCC diagnostic ignored \"-Wtype-limits\"")
> 
> The comment doesn't look right there, as -Wtype-limits is not about 
> initialization.

:(

Thanks Paul, I removed it.


reply via email to

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