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

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #4 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Fixed by g:c9da53d6987af5f8ff68b58dd76a9fbc900a6a21.

With the previous commit, jit.sum had:

    # of expected passes            5751
    # of unexpected failures        64
    # of unresolved testcases       1

with a number of SIGSEGV showing up in the FAIL reports, whereas with
g:c9da53d6987af5f8ff68b58dd76a9fbc900a6a21, jit.sum is restored to:

    # of expected passes            10854

Thanks Honza!

Reply via email to