https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83586
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Component|c |tree-optimization Resolution|--- |DUPLICATE --- Comment #4 from Martin Sebor <msebor at gcc dot gnu.org> --- The file triggers a bunch of -Wformat-truncation warnings. They don't look quite the same as the once in comment #0 but the few I looked at appear to be the symptoms of the same problem as the one I explained in comment #1 (formatting a string from an array into an array of the same size). The poor inlining context information in the warnings is being tracked in an existing report: bug 83429. I'll go ahead and resolve this as duplicate of it. If you think there is an aspect to the warnings that's not covered by either my explanation or the duplicate bug please reopen this bug and let us know what it is. *** This bug has been marked as a duplicate of bug 83429 ***