re PR fortran/37131 (inline matmul for small matrix sizes)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 1 May 2017 17:45:52 +0000 (17:45 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 1 May 2017 17:45:52 +0000 (17:45 +0000)
commitc6b9e849c04bfb994b72910346cbe24cf8feabd5
tree642cc25f3e7ddd62f61cfd6dc2c874f7380178af
parent706eb1a70d6f1222cf14e84ab77c8b5404641182
re PR fortran/37131 (inline matmul for small matrix sizes)

2017-05-01  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/37131
* frontend-passes.c (inline_matmul_assign): Also check bounds
for allocatable lhs and matrix-vector-multiplication.

2017-05-01  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/37131
* gfortran.dg/matmul_bounds_11.f90:  New test.

From-SVN: r247441
gcc/fortran/ChangeLog
gcc/fortran/frontend-passes.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/matmul_bounds_11.f90 [new file with mode: 0644]