This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/28452] __gfortran_random_r10 not found
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jul 2006 21:14:02 -0000
- Subject: [Bug libfortran/28452] __gfortran_random_r10 not found
- References: <bug-28452-7427@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from tkoenig at gcc dot gnu dot org 2006-07-23 21:14 -------
Created an attachment (id=11926)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11926&action=view)
patch
This implements random for KIND=10 and KIND=16 REALs. It
is regression-tested on i686-pc-linux-gnu, but not on a system
with KIND=16 REALs.
It also speeds up the random numbers for the real case:
$ gfortran random-single.f90
$ ./a.out && time ./a.out
real 0m0.300s
user 0m0.266s
sys 0m0.034s
(same program as before).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28452