[patch, Fortran] Fix for PR 61999, dot_product simplification

2014-08-09 Thread Thomas Koenig
Hello world, the attached patch fixes the regression by converting the arguments to dot_product to the proper types. Regression-tested on x86_64-unknown-linux-gnu. OK for all affected branches (trunk, 4.9 and 4.8)? Thomas 2014-08-10 Thomas Koenig tkoe...@gcc.gnu.org PR

Re: [patch, Fortran] Fix for PR 61999, dot_product simplification

2014-08-09 Thread Steve Kargl
On Sun, Aug 10, 2014 at 12:27:47AM +0200, Thomas Koenig wrote: the attached patch fixes the regression by converting the arguments to dot_product to the proper types. Regression-tested on x86_64-unknown-linux-gnu. OK for all affected branches (trunk, 4.9 and 4.8)? Yes. -- Steve