[Bug tree-optimization/100981] [11 Regression] ICE in info_for_reduction, at tree-vect-loop.c:4897

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 10 07:32:34 GMT 2021


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

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

https://gcc.gnu.org/g:7d19a50ea1e5e9858bb7cd258fa4f9db89ecfcb2

commit r12-1355-g7d19a50ea1e5e9858bb7cd258fa4f9db89ecfcb2
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Jun 10 09:31:06 2021 +0200

    testsuite: Fix up libgomp.fortran/pr100981-2.f90 testcase [PR100981]

    The dsdotr and dsdoti variables uninitialized and the testcase fails e.g.
    on i686-linux.  Fixed by zero initialization.

    2021-06-10  Jakub Jelinek  <jakub@redhat.com>

            PR tree-optimization/100981
            * testsuite/libgomp.fortran/pr100981-2.f90 (cdcdot): Initialize
            dsdotr and dsdoti to 0.


More information about the Gcc-bugs mailing list