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 15:13:01 -0400 (EDT)
- Subject: Re: [Patch libfortran/28452] random intrinsics for large reals
Thomas,
My initial test with the change of...
--- random-patch-4.diff.org 2006-07-30 15:10:22.000000000 -0400
+++ random-patch-4.diff 2006-07-30 15:10:58.000000000 -0400
@@ -334,7 +334,7 @@
+#ifdef HAVE_GFC_REAL_16
+
+void
-+random_r16 (GFC_REAL_10 *x)
++random_r16 (GFC_REAL_16 *x)
+{
+ GFC_UINTEGER_8 kiss1, kiss2;
+
seems to work. The random_3.f90 test executes without complaint when the
static libgfortran is linked in. I'll do a complete build and make check
shortly.
Do you have any other test programs that I can run to check the
changes in your patch other than random_3.f90?
Jack