https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61999
--- Comment #6 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Sun Aug 10 11:25:24 2014 New Revision: 213788 URL: https://gcc.gnu.org/viewcvs?rev=213788&root=gcc&view=rev Log: 2014-08-10 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/61999 * simplify.c (gfc_simplify_dot_product): Convert types of vectors before calculating the result. 2014-08-10 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/61999 * gfortran.dg/dot_product_3.f90: New test case. Added: branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/dot_product_3.f90 Modified: branches/gcc-4_9-branch/gcc/fortran/ChangeLog branches/gcc-4_9-branch/gcc/fortran/simplify.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog