This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r278014 - in /branches/gcc-9-branch/gcc: fortra...


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  <tkoenig@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  <tkoenig@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]