"make debug" runs into a "analyzer-deref-before-check" -error #114
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"make release" compiles fine. I think this is a issue with make or gcc version.
I currently have:
GNU Make 4.4.1
gcc (GCC) 14.2.1 20250207
Here is a snippet of the error:
The best I have around is gcc 14.2.0, and I couldn't repro this with that, but I made a speculative fix. Thanks.