This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/78960] FAIL: gcc.dg/tree-ssa/builtin-sprintf.c execution test


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78960

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-01-01
                 CC|                            |msebor at gcc dot gnu.org
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=78959,
                   |                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=78133
           Assignee|unassigned at gcc dot gnu.org      |msebor at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
Based on the test output it looks like the failures are caused by the same
underlying problem as bug 78959 (HP-UX printf lacking full support for the hh
and h length modifiers), and by bug 78133 (lack of support for %a).  As noted
in the former bug it should be possible to resolve both by adding "
dg-require-effective-target c99_runtime" to the tests, although it would be
better to break out the failing tests into their own file so that the others
that do not require full C99 support can still be exercised even on C89
implementations.

The failure in test_f_long_double:530 look new.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]