[Bug c++/70410] no uninitialized variable warning if 'offsetof' is used in expression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70410 --- Comment #2 from Sergey Podobry --- It seems to fixed since gcc6.
[Bug c++/70410] New: no uninitialized variable warning if 'offsetof' is used in expression
ty: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sergiusthebest at hotmail dot com Target Milestone: --- You can easily reproduce the issue with the following code: #include struct C { int x; int y; }; int main()