[Bug testsuite/99636] [10 Regression] gcc.dg/strlenopt-80.c fails for 32 bits

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 19 23:31:02 GMT 2021


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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
<jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:752df7abc9e4ad344d7107d55ff62dd8e765c4d5

commit r10-9490-g752df7abc9e4ad344d7107d55ff62dd8e765c4d5
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Mar 18 16:14:47 2021 +0100

    testsuite: Fix up strlenopt-80.c on powerpc [PR99636]

    Similar issue as in strlenopt-73.c, various spots in this test rely
    on MOVE_MAX >= 8, this time it uses a target selector to pick up a couple
    of targets, and all of them but powerpc 32-bit satisfy it, but powerpc
    32-bit have MOVE_MAX just 4.

    2021-03-18  Jakub Jelinek  <jakub@redhat.com>

            PR testsuite/99636
            * gcc.dg/strlenopt-80.c: For powerpc*-*-*, only enable for lp64.

    (cherry picked from commit 89d44a9f3b9ab97634b7ef894e2c83ebd83582a8)


More information about the Gcc-bugs mailing list