https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40635
Jeffrey A. Law <law at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org --- Comment #25 from Jeffrey A. Law <law at gcc dot gnu.org> --- So current status is if you add -fno-inline, you can see the proper uninitialized warning in get_tcp_socket, but we only get the declaration site of s42, not the use site. So still broken, just in a different way then the original report.