[Bug c/91234] No warning on uninitialized variables
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91234 --- Comment #2 from K_Srinivas --- Please let me know which gcc version can i use ?
[Bug c/91234] New: No warning on uninitialized variables
Assignee: unassigned at gcc dot gnu.org Reporter: srinivas.kakarla1 at tcs dot com Target Milestone: --- No warning on z and a.x uninitialized variables #include struct xy { int x; int y; }; int main(void) { struct xy a; int z = a.x; printf(" \n %