gcc/libgfortran/intrinsics
Janne Blomqvist cb9365ac6a PR 60324 VLA related fixes to random number generator.
2014-11-16  Janne Blomqvist  <jb@gcc.gnu.org>

	PR libfortran/60324
	* intrinsics/random.c (kiss_size): Rename to KISS_SIZE, make it a
	macro instead of a variable.
	(random_seed_i4): Make seed correct size, remove assert, KISS_SIZE
	related changes.
	(random_seed_i8): KISS_SIZE related changes.

From-SVN: r217623
2014-11-16 03:56:54 +02:00
..
abort.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
access.c access.c: Include <stdlib.h>. 2014-11-13 18:07:44 +00:00
args.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
associated.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
bit_intrinsics.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
c99_functions.c stop.c: Use C11 _Noreturn. 2014-07-07 09:13:48 +00:00
chdir.c access.c: Include <stdlib.h>. 2014-11-13 18:07:44 +00:00
chmod.c access.c: Include <stdlib.h>. 2014-11-13 18:07:44 +00:00
clock.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
cpu_time.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
cshift0.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
ctime.c PR 61310 Rewrite implementation of CTIME and FDATE intrinsics. 2014-05-26 21:17:13 +03:00
date_and_time.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
dprod_r8.f90 Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
dtime.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
env.c PR 60324 Unbounded stack allocations in libgfortran. 2014-11-13 14:05:01 +02:00
eoshift0.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
eoshift2.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
erfc_scaled.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
erfc_scaled_inc.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
etime.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
execute_command_line.c PR 60324 Unbounded stack allocations in libgfortran. 2014-11-13 14:05:01 +02:00
exit.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
extends_type_of.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
f2c_specifics.F90 Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
fnum.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
gerror.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
getXid.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
getcwd.c getcwd.c: Include stdlib.h. 2014-05-27 11:15:52 +02:00
getlog.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
hostnm.c PR 60324 Unbounded stack allocations in libgfortran. 2014-11-13 14:05:01 +02:00
ierrno.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
ishftc.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
iso_c_binding.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
iso_c_binding.h Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
iso_c_generated_procs.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
kill.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
link.c access.c: Include <stdlib.h>. 2014-11-13 18:07:44 +00:00
malloc.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
move_alloc.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
mvbits.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
pack_generic.c Fix -Wmaybe-uninitialized warnings. 2014-10-01 00:15:58 +03:00
perror.c access.c: Include <stdlib.h>. 2014-11-13 18:07:44 +00:00
rand.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
random.c PR 60324 VLA related fixes to random number generator. 2014-11-16 03:56:54 +02:00
rename.c access.c: Include <stdlib.h>. 2014-11-13 18:07:44 +00:00
reshape_generic.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
reshape_packed.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
selected_char_kind.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
selected_int_kind.f90 Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
selected_real_kind.f90 Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
signal.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
size.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
sleep.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
spread_generic.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
stat.c PR 60324 Unbounded stack allocations in libgfortran. 2014-11-13 14:05:01 +02:00
string_intrinsics.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
string_intrinsics_inc.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
symlnk.c access.c: Include <stdlib.h>. 2014-11-13 18:07:44 +00:00
system.c PR 60324 Unbounded stack allocations in libgfortran. 2014-11-13 14:05:01 +02:00
system_clock.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
time.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
time_1.h Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
transpose_generic.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
umask.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
unlink.c access.c: Include <stdlib.h>. 2014-11-13 18:07:44 +00:00
unpack_generic.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00