https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93355
Bug ID: 93355 Summary: Missing diagnostic for missing fclose in gcc/intl/localealias.c Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- Bug 47170 reports a leak of a FILE * in gcc/intl/localealias.c found by cppcheck. This appears to be a genuine leak. -fanalyzer does not currently report this but ought to, so I'm filing this bug to track this.