mirror of git://gcc.gnu.org/git/gcc.git
* 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 |
||
|---|---|---|
| .. | ||
| abort.c | ||
| args.c | ||
| associated.c | ||
| c99_functions.c | ||
| cpu_time.c | ||
| cshift0.c | ||
| date_and_time.c | ||
| dprod_r8.f90 | ||
| eoshift0.c | ||
| eoshift2.c | ||
| etime.c | ||
| ishftc.c | ||
| pack_generic.c | ||
| rand.c | ||
| random.c | ||
| reshape_generic.c | ||
| reshape_packed.c | ||
| selected_kind.f90 | ||
| size.c | ||
| spread_generic.c | ||
| string_intrinsics.c | ||
| system_clock.c | ||
| transpose_generic.c | ||
| unpack_generic.c | ||