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 <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:7d19a50ea1e5e9858bb7cd258fa4f9db89ecfcb2 commit r12-1355-g7d19a50ea1e5e9858bb7cd258fa4f9db89ecfcb2 Author: Jakub Jelinek <ja...@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 <ja...@redhat.com> PR tree-optimization/100981 * testsuite/libgomp.fortran/pr100981-2.f90 (cdcdot): Initialize dsdotr and dsdoti to 0.