error: ‘__chash’ may be used uninitialized
when building on Fedora 39/gcc 13.2.1
#13
Labels
needs-triage
Needs triage to confirm and define the category
I haven't tested this on other OS/gcc versions, so the fact it has to do with gcc version is only a guess at this point that needs additional investigation. I don't remember seeing this on Fedora 38 though (don't recall the gcc version there, but can clarify if needed).
Full build log is attached at the end of this record, but the essence is:
A simple workaround to make it build is to use the "ignore" GCC
pragma
before the line in question. It of course is not a solution but just to illustrate the way to make it build again for debugging purposes.Full build log:
maybe-uninitialized-err.txt
The text was updated successfully, but these errors were encountered: