diff options
Diffstat (limited to 'libgfortran/generated/matmul_c16.c')
-rw-r--r-- | libgfortran/generated/matmul_c16.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libgfortran/generated/matmul_c16.c b/libgfortran/generated/matmul_c16.c index 03ad0f7df27..d87eea1a273 100644 --- a/libgfortran/generated/matmul_c16.c +++ b/libgfortran/generated/matmul_c16.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright 2002, 2005 Free Software Foundation, Inc. + Copyright 2002, 2005, 2006 Free Software Foundation, Inc. Contributed by Paul Brook <paul@nowt.org> This file is part of the GNU Fortran 95 runtime library (libgfortran). @@ -120,15 +120,6 @@ matmul_c16 (gfc_array_c16 * const restrict retarray, retarray->offset = 0; } - if (retarray->dim[0].stride == 0) - retarray->dim[0].stride = 1; - - /* This prevents constifying the input arguments. */ - if (a->dim[0].stride == 0) - a->dim[0].stride = 1; - if (b->dim[0].stride == 0) - b->dim[0].stride = 1; - if (GFC_DESCRIPTOR_RANK (retarray) == 1) { |