[Bug fortran/92321] [9 Regression] GCC 9.2.0 ICE: fexternal-blas with optimization

2019-11-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321

Thomas Koenig  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Thomas Koenig  ---
Fixed on all affected branches.

Thanks for the bug report!

[Bug fortran/92321] [9 Regression] GCC 9.2.0 ICE: fexternal-blas with optimization

2019-11-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321

--- Comment #7 from Thomas Koenig  ---
Author: tkoenig
Date: Sun Nov 10 09:34:42 2019
New Revision: 278014

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

2019-11-10  Thomas Koenig  

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

2019-11-10  Thomas Koenig  

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

[Bug fortran/92321] [9 Regression] GCC 9.2.0 ICE: fexternal-blas with optimization

2019-11-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321

Thomas Koenig  changed:

   What|Removed |Added

Summary|[9/10 Regression] GCC 9.2.0 |[9 Regression] GCC 9.2.0
   |ICE: fexternal-blas with|ICE: fexternal-blas with
   |optimization|optimization

--- Comment #6 from Thomas Koenig  ---
Fixed on trunk so far.