On Wed, Sep 17, 2025 at 10:01 AM Thomas Koenig <[email protected]> wrote:
>
> Hi Steve,
>
> > On Tue, Sep 16, 2025 at 10:10:16PM +0200, Thomas Koenig wrote:
> >> Hello world,
> >>
> >> the attached patch implements a new option, -fexternal-blas64,
> >> so people can use 64-bit libraries for external BLAS, like Intel
> >> MKL.
> >>
> >> Regression-tested. OK for trunk?
> >>
> >
> > Thanks.  I've read through the patch, and it looks fine.
> > Feel free to commit.
> >
>
> Committed as 9a68895feebc56d525f3a680dd7acad922d480ac .
> Regeneraring the *.opt.urls actually worked when
> the documentation was added.
>
> Thanks for the review!

I got this with -m32 on Linux/x86-64:

spawn -ignore SIGHUP
/export/build/gnu/tools-build/gcc-gitlab/build-x86_64-linux/gcc/testsuite/gfortran/../../gfortran
-B/export/build/gnu/tools-build/gcc-gitlab/build-x86_64-linux/gcc/testsuite/gfortran/../../
-B/export/build/gnu/tools-build/gcc-gitlab/build-x86_64-linux/x86_64-pc-linux-gnu/32/libgfortran/
/export/gnu/import/git/gitlab/x86-gcc/gcc/testsuite/gfortran.dg/matmul_blas_3.f90
-m32 -fdiagnostics-plain-output -fdiagnostics-plain-output -O
-ffrontend-optimize -fexternal-blas64 -fdump-tree-original -S -o
matmul_blas_3.s
PASS: gfortran.dg/matmul_blas_3.f90   -O  (test for excess errors)
FAIL: gfortran.dg/matmul_blas_3.f90   -O   scan-tree-dump-not original
"integer\\(kind=4\\)"
PASS: gfortran.dg/matmul_blas_3.f90   -O   scan-tree-dump-times
original "sgemm" 1

-- 
H.J.

Reply via email to