gcc/libgfortran/intrinsics
Paul Brook a9e7b9d395 Makefile.am (gfor_helper_src): Add runtime/normalize.f90.
* Makefile.am (gfor_helper_src): Add runtime/normalize.f90.
	* configure.ac: Add checks for nextafter and nextafterf.
	* Makefile.in, config.h.in, configure: Regenerate.
	* libgfortran.h (normalize_r4_i4, normalize_r8_i8): Declare.
	* intrinsics/rand.c (rand): Use normalize_r4_i4.
	* intrinsics/random.c (random_r4): Use normalize_r4_i4.
	(random_r8): Use normalize_r8_i8.
	* runtime/normalize.c: New file.
testsuite/
	* gfortran.fortran-torture/execute/random_2.f90: New test.

From-SVN: r83070
2004-06-13 22:58:30 +00:00
..
abort.c random.c: Include unistd.h for close and read prototypes... 2004-05-30 11:53:10 +02:00
args.c args.c: Implement GETARG and IARGC. 2004-06-12 13:42:46 +00:00
associated.c re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F) 2004-05-27 15:05:23 +02:00
c99_functions.c re PR libfortran/15292 (libgfortran depends on c99 functionality round and roundf) 2004-06-12 17:59:30 +00:00
cpu_time.c check.c (gfc_check_second_sub, [...]): New functions. 2004-06-12 17:34:47 +00:00
cshift0.c
date_and_time.c check.c (gfc_check_second_sub, [...]): New functions. 2004-06-12 17:34:47 +00:00
dprod_r8.f90
eoshift0.c
eoshift2.c
etime.c check.c (gfc_check_second_sub, [...]): New functions. 2004-06-12 17:34:47 +00:00
ishftc.c
pack_generic.c
rand.c Makefile.am (gfor_helper_src): Add runtime/normalize.f90. 2004-06-13 22:58:30 +00:00
random.c Makefile.am (gfor_helper_src): Add runtime/normalize.f90. 2004-06-13 22:58:30 +00:00
reshape_generic.c
reshape_packed.c
selected_kind.f90
size.c
spread_generic.c
string_intrinsics.c
system_clock.c check.c (gfc_check_system_clock): New function. 2004-05-22 12:47:42 +00:00
transpose_generic.c
unpack_generic.c