re PR fortran/66176 (Handle conjg() in inline matmul)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 21 May 2015 19:00:45 +0000 (19:00 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 21 May 2015 19:00:45 +0000 (19:00 +0000)
commitc39d5e4a6a900227a279e5cadfb52168eb2397c0
tree8165d2c67bdadaf6dc6e36c47d9d54db67edfa7c
parent2aa3880198cbb4902d9757d32d61f8370325f707
re PR fortran/66176 (Handle conjg() in inline matmul)

2015-05-21  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/66176
* frontend-passes.c (check_conjg_variable):  New function.
(inline_matmul_assign):  Use it to keep track of conjugated
variables.

2015-05-21  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/66176
* gfortran.dg/inline_matmul_11.f90:  New test

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