Name |
Last commit
|
Last update |
---|---|---|
.. | ||
backtrace.c | ||
compile_options.c | ||
environ.c | ||
error.c | ||
fpu.c | ||
in_pack_generic.c | ||
in_unpack_generic.c | ||
main.c | ||
memory.c | ||
pause.c | ||
select.c | ||
stop.c | ||
string.c |
PR fortran/30964 PR fortran/33054 * trans-expr.c (gfc_conv_function_call): When no formal argument list is available, we still substitute missing optional arguments. * check.c (gfc_check_random_seed): Correct the check on the number of arguments to RANDOM_SEED. * intrinsic.c (add_subroutines): Add a resolution function to RANDOM_SEED. * iresolve.c (gfc_resolve_random_seed): New function. * intrinsic.h (gfc_resolve_random_seed): New prototype. * intrinsics/random.c (random_seed): Rename into random_seed_i4. (random_seed_i8): New function. * gfortran.map (GFORTRAN_1.0): Remove _gfortran_random_seed, add _gfortran_random_seed_i4 and _gfortran_random_seed_i8. * libgfortran.h (iexport_proto): Replace random_seed by random_seed_i4 and random_seed_i8. * runtime/main.c (init): Call the new random_seed_i4. * gfortran.dg/random_4.f90: New test. * gfortran.dg/random_5.f90: New test. * gfortran.dg/random_6.f90: New test. * gfortran.dg/random_7.f90: New test. From-SVN: r127383
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
backtrace.c | Loading commit data... | |
compile_options.c | Loading commit data... | |
environ.c | Loading commit data... | |
error.c | Loading commit data... | |
fpu.c | Loading commit data... | |
in_pack_generic.c | Loading commit data... | |
in_unpack_generic.c | Loading commit data... | |
main.c | Loading commit data... | |
memory.c | Loading commit data... | |
pause.c | Loading commit data... | |
select.c | Loading commit data... | |
stop.c | Loading commit data... | |
string.c | Loading commit data... |