diff options
Diffstat (limited to 'libgfortran/generated/minval_i4.c')
-rw-r--r-- | libgfortran/generated/minval_i4.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libgfortran/generated/minval_i4.c b/libgfortran/generated/minval_i4.c index bfcf5435f55..3f9e0682b76 100644 --- a/libgfortran/generated/minval_i4.c +++ b/libgfortran/generated/minval_i4.c @@ -1,8 +1,8 @@ /* Implementation of the MINVAL intrinsic - Copyright 2002, 2007, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Paul Brook <paul@nowt.org> -This file is part of the GNU Fortran 95 runtime library (libgfortran). +This file is part of the GNU Fortran runtime library (libgfortran). Libgfortran is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -166,6 +166,7 @@ minval_i4 (gfc_array_i4 * const restrict retarray, if (*src < result) result = *src; } + *dest = result; } } |