summaryrefslogtreecommitdiff
path: root/libgfortran/generated/product_r8.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/product_r8.c')
-rw-r--r--libgfortran/generated/product_r8.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgfortran/generated/product_r8.c b/libgfortran/generated/product_r8.c
index 06ee57d1f18..8e50e01d2af 100644
--- a/libgfortran/generated/product_r8.c
+++ b/libgfortran/generated/product_r8.c
@@ -1,8 +1,8 @@
/* Implementation of the PRODUCT 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
@@ -152,6 +152,7 @@ product_r8 (gfc_array_r8 * const restrict retarray,
result *= *src;
}
+
*dest = result;
}
}