https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78133
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msebor at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot gnu.org --- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> --- It sounds like the gimple-ssa-sprintf pass needs to be modified to avoid assuming that %a is supported when it isn't. Unless one already exists that might involve adding a new configuration test. Let me look into it.