[Bug testsuite/78133] Commit r241489 adds printf specifiers not supported by newlib.

msebor at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 27 18:06:00 GMT 2016


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.


More information about the Gcc-bugs mailing list