[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
warning: missed loop optimization
From: |
Jeffrey Walton |
Subject: |
warning: missed loop optimization |
Date: |
Tue, 23 Mar 2021 18:07:38 -0400 |
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)
^
$ gcc --version
gcc (Debian 8.3.0-6) 8.3.0
Jeff
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- warning: missed loop optimization,
Jeffrey Walton <=