Re: [patch, libfortran] Fix PR 80687l build failure on nvptx

2017-05-09 Thread Janne Blomqvist
On Tue, May 9, 2017 at 8:35 PM, Thomas Koenig wrote: > Hello world, > > the attached patch hopefully fixes the build failure on nvptx introduced > by my recent matmul library patch. It uses malloc/free if VLAs do not > work. > > Thomas S., does this fix the problem? > > Tested on x86_64 to make s

[patch, libfortran] Fix PR 80687l build failure on nvptx

2017-05-09 Thread Thomas Koenig
Hello world, the attached patch hopefully fixes the build failure on nvptx introduced by my recent matmul library patch. It uses malloc/free if VLAs do not work. Thomas S., does this fix the problem? Tested on x86_64 to make sure that the matmul tests still pass; full regression test still in