[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: warning: missed loop optimization
From: |
Simon Josefsson |
Subject: |
Re: warning: missed loop optimization |
Date: |
Sat, 08 May 2021 08:08:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Jeffrey Walton <noloader@gmail.com> writes:
> Hi Everyone,
>
> I'm trying to track down the failures in libtasn1-4.16.0 on the Apple
> M1. Testing on an ODROID armv7l with Linux, this caught my eye:
>
> ASN1.c: In function '_asn1_yyparse':
> ASN1.c:2582:10: warning: missed loop optimization, the loop counter
> may overflow [-Wunsafe-loop-optimizations]
> if (yyssp == yyss)
> ^
Hi. Isn't this in the generated code? If so it is probably a bison
problem, although warnings are often false positives.
/Simon
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: warning: missed loop optimization,
Simon Josefsson <=