This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch libfortran/28452] random intrinsics for large reals
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: howarth at bromo dot msbb dot uc dot edu, Thomas dot Koenig at online dot de
- Cc: fortran at gcc dot gnu dot org, sgk at troutmask dot apl dot washington dot edu
- Date: Sun, 30 Jul 2006 14:45:19 -0400 (EDT)
- Subject: Re: [Patch libfortran/28452] random intrinsics for large reals
Thomas,
Sorry. That should have been should...
+#ifdef HAVE_GFC_REAL_16
+
+void
+random_r16 (GFC_REAL_10 *x)
..be...
+#ifdef HAVE_GFC_REAL_16
+
+void
+random_r16 (GFC_REAL_16 *x)
Jack