https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Sun Nov 10 09:34:42 2019
New Revision: 278014

URL: https://gcc.gnu.org/viewcvs?rev=278014&root=gcc&view=rev
Log:
Commit symbol for external BLAS routine when translating MATMUL to *GEMM. 

2019-11-10  Thomas Koenig  <tkoe...@gcc.gnu.org>

        Backport from trunk
        PR fortran/92321
        * frontend-passes.c (call_external_blas): Commit symbol for
        external BLAS routine.

2019-11-10  Thomas Koenig  <tkoe...@gcc.gnu.org>

        Backport from trunk
        PR fortran/92321
        * gfortran.dg/matmul_blas_2.f90: New test.


Added:
    branches/gcc-9-branch/gcc/testsuite/gfortran.dg/matmul_blas_2.f90
Modified:
    branches/gcc-9-branch/gcc/fortran/ChangeLog
    branches/gcc-9-branch/gcc/fortran/frontend-passes.c
    branches/gcc-9-branch/gcc/testsuite/ChangeLog

Reply via email to