This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/28452] __gfortran_random_r10 not found



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]