]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/77915 (Internal error for matmul() in forall with optimization)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 10 Oct 2016 14:54:26 +0000 (14:54 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 10 Oct 2016 14:54:26 +0000 (14:54 +0000)
commit5f869266133f8ad66688c2ff7eaa6f7b0a0f21d0
tree81daa01489f3f82ffbbcac8223f78118e1104e64
parentdf48be86ac5f93b02b639da1a9295411d57c1c28
re PR fortran/77915 (Internal error for matmul() in forall with optimization)

2016-10-10  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/77915
* frontend-passes.c (inline_matmul_assign):  Return early if
inside a FORALL statement.

2016-10-10  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/77915
* gfortran.dg/matmul_11.f90:  New test.

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