testsuite: Fix up libgomp.fortran/pr100981-2.f90 testcase [PR100981]
authorJakub Jelinek <jakub@redhat.com>
Thu, 10 Jun 2021 07:31:06 +0000 (09:31 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 10 Jun 2021 07:31:06 +0000 (09:31 +0200)
commit7d19a50ea1e5e9858bb7cd258fa4f9db89ecfcb2
tree1ab2f5f42ab6d9f49bfcf942ad2d5197770d1b81
parent2d2ed777b23ab6503027039e0adbfe1162f52b2f
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.
libgomp/testsuite/libgomp.fortran/pr100981-2.f90