re PR fortran/37131 (inline matmul for small matrix sizes)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 30 Apr 2015 22:12:31 +0000 (22:12 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 30 Apr 2015 22:12:31 +0000 (22:12 +0000)
commit0ba691a0978c604107007a3fe1cec1dc3c577c25
treeb5190b6aac7c48a4a16f97103c82929fba8919a9
parent6f3d1a5e66b208f9e6599331940ff0cc88df4aa0
re PR fortran/37131 (inline matmul for small matrix sizes)

2015-04-30  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/37131
* simplify.c (simplify_bound): Get constant lower bounds of one
from array spec for assumed and explicit shape shape arrays if
the lower bounds are indeed one.

2015-04-30  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/37131
* gfortran.dg/coarray_lib_this_image_2.f90:  Adjust
scan pattern.
* gfortran.dg/bound_9.f90:  New test case.

From-SVN: r222661
gcc/fortran/ChangeLog
gcc/fortran/simplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bound_9.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/coarray_lib_this_image_2.f90