]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 465.tonto...
authorMikael Morin <mikael@gcc.gnu.org>
Sat, 11 Dec 2010 20:05:20 +0000 (20:05 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 11 Dec 2010 20:05:20 +0000 (20:05 +0000)
commitb4e9d41d1a9f94d7245e69f0cc5e34995205aa65
tree900d74eec8da14df49f0761d3dff6b26098f6b82
parente97cfd97070b27823e55d717b802c4bc95954104
re PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 465.tonto test run miscompares)

2010-12-11  Mikael Morin   <mikael@gcc.gnu.org>
    Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/46842
* trans-array.c (dim_ok): New helper function.
(gfc_conv_expr_descriptor): Use new helper function to check
function array is full.

Co-Authored-By: Jerry DeLisle <jvdelisle@gcc.gnu.org>
From-SVN: r167713
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c