https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96989
Bug ID: 96989 Summary: SSA_NAMEs in Wuninitialized warning messages after r11-959 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: ibuclaw at gdcproject dot org Target Milestone: --- For example: --- test.d:7:5: warning: ‘MEM[(int *)p_3 + 8B]’ is used uninitialized test.d:8:9: warning: ‘p_4’ may be used uninitialized Don't need any specific example, just one where a var is used after `= void'.