This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] Inline MATMUL(A,TRANSPOSE(B)), PR 66094
- From: Toon Moene <toon at moene dot org>
- To: Thomas Koenig <tkoenig at netcologne dot de>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 19 Jan 2016 20:04:22 +0100
- Subject: Re: [patch, fortran] Inline MATMUL(A,TRANSPOSE(B)), PR 66094
- Authentication-results: sourceware.org; auth=none
- References: <569B8CAF dot 8020207 at netcologne dot de> <569D434C dot 7050404 at moene dot org>
On 01/18/2016 08:55 PM, Toon Moene wrote:
On 01/17/2016 01:44 PM, Thomas Koenig wrote:
So... comments? Toon, would this help you? Could yo maybe give this
a spin?
Thanks, the nightly test at my home computer will build with your patch.
That was the plan; unfortunately, the system crashed while doing this
(due to an unrelated problem).
However, today I *did* run the test harness with your modification:
https://gcc.gnu.org/ml/gcc-testresults/2016-01/msg01795.html
Looks good. These are the messages related to your new test cases:
/home/toon/compilers/trunk/gcc/testsuite/gfortran.dg/inline_matmul_13.f90:34:2:
Warning: Code for reallocating the allocatable array at (1) will be
added [-Wrealloc-lhs]
/home/toon/compilers/trunk/gcc/testsuite/gfortran.dg/inline_matmul_13.f90:41:2:
Warning: Code for reallocating the allocatable array at (1) will be
added [-Wrealloc-lhs]
PASS: gfortran.dg/inline_matmul_13.f90 -O0 (test for warnings, line 34)
PASS: gfortran.dg/inline_matmul_13.f90 -O0 (test for warnings, line 41)
PASS: gfortran.dg/inline_matmul_13.f90 -O0 (test for excess errors)
...
PASS: gfortran.dg/inline_matmul_13.f90 -O0 execution test
PASS: gfortran.dg/inline_matmul_13.f90 -O0 scan-tree-dump-times
original "_gfortran_matmul" 0
and ditto for higher optimization levels.
The bounds tests added also completed correctly.
Thanks !
--
Toon Moene - e-mail: toon@moene.org - phone: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
At home: http://moene.org/~toon/; weather: http://moene.org/~hirlam/
Progress of GNU Fortran: http://gcc.gnu.org/wiki/GFortran#news