[Bug bootstrap/95970] gcc/go/gofrontend/types.cc:1474:34: warning: ‘this’ pointer null
msebor at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 29 17:54:03 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95970
--- Comment #5 from Martin Sebor <msebor at gcc dot gnu.org> ---
Yes, that's what it's saying. Unfortunately, the locations of null pointer
constants isn't available in the middle end so all we have left is the function
calls they're used in.
More information about the Gcc-bugs
mailing list