Re: [patch, libfortran] Fix PR 88235, buffer overrun in matmul

2018-04-06 Thread Steve Kargl
On Fri, Apr 06, 2018 at 06:52:36PM +0200, Thomas König wrote: > > the attached patch fixes a buffer overrun in matmul, an 8 regression. > No test case since this was only detectable with the address sanitizer > or with valgrind. > > Regression-tested on trunk. OK? > Yes. -- Steve

[patch, libfortran] Fix PR 88235, buffer overrun in matmul

2018-04-06 Thread Thomas König
Hello world, the attached patch fixes a buffer overrun in matmul, an 8 regression. No test case since this was only detectable with the address sanitizer or with valgrind. Regression-tested on trunk. OK? Regards Thomas 2018-04-06 Thomas Koenig PR libfortran/85253 *