[patch, libfortran] Fix amount of memory allocation for matrix - vector calculation

Thomas Koenig tkoenig@netcologne.de
Fri May 12 17:07:00 GMT 2017


Am 12.05.2017 um 10:16 schrieb Janne Blomqvist:
> On Fri, May 12, 2017 at 1:14 AM, Thomas Koenig <tkoenig@netcologne.de> wrote:
>> Hello world,
>>
>> the memory allocation for the buffer in the library matmul
>> routines still has one problem: The value of 0xdeadbeef meant
>> as poison could end up in the calculation of the size of the
>> buffer for the blocked matmul.
>>
>> The attached patch fixes that. Verified with regression-test,
>> also by running a few select test cases under valgrind.
>>
>> No test case because nothing appeared to fail.
>>
>> OK for trunk?
> 
> Patch missing?

Well, yes.

Here it is.

Regards

	Thomas

-------------- next part --------------
A non-text attachment was scrubbed...
Name: p5.diff
Type: text/x-patch
Size: 32134 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20170512/be406072/attachment.bin>


More information about the Gcc-patches mailing list