https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110208
Bug ID: 110208 Summary: problem with fscanf Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: irip at qq dot com Target Milestone: --- When using the fscanf function in code to handle certain formatting characters, such as: %L closely follows e, E, f, F, g, G %*[ %N or similar %10n The input value obtained after execution is incorrect.