https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94579
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |marxin at gcc dot gnu.org Known to fail| |10.0 Target Milestone|--- |10.0 Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot gnu.org Summary|OVS compiled with gcc10 |OVS compiled with gcc10 |with -fanalyzer |with -fanalyzer since | |r10-7502-ga96f1c38a787fbc8 Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2020-04-14 --- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- Thank you for the report. Confirmed, started with r10-7502-ga96f1c38a787fbc8 $ cat pr94579.i struct a *c; struct a { int b; } d() { } void e() { *c = d(); }