gcc/libgfortran/intrinsics
Francois-Xavier Coudert 32aa3bffc3 c99_functions.c (log10l): New log10l function for systems where this is not available.
* intrinsics/c99_functions.c (log10l): New log10l function for
	systems where this is not available.
	* c99_protos.h: Prototype for log10l function.
	* libgfortran.h: Use generated kinds.h to define GFC_INTEGER_*,
	GFC_UINTEGER_*, GFC_LOGICAL_*, GFC_REAL_*, GFC_COMPLEX_*. Update
	prototypes for gfc_itoa and xtoa.
	* io/io.h: Update prototypes for set_integer and max_value.
	* io/list_read.c (convert_integer): Use new
	GFC_(INTEGER|REAL)_LARGEST type.
	* io/read.c (set_integer): Likewise.
	(max_value): Likewise.
	(convert_real): Likewise.
	(real_l): Likewise.
	(next_char): Likewise.
	(read_decimal): Likewise.
	(read_radix): Likewise.
	(read_f): Likewise.
	* io/write.c (extract_int): Use new GFC_INTEGER_LARGEST type.
	(extract_real): Use new GFC_REAL_LARGEST type.
	(calculate_exp): Likewise.
	(calculate_G_format): Likewise.
	(output_float): Likewise. Use log10l for long double values.
	Add comment for sprintf format. Use GFC_REAL_LARGEST_FORMAT.
	(write_l): Use new GFC_INTEGER_LARGEST type.
	(write_float): Use new GFC_REAL_LARGEST type.
	(write_int): Remove useless special case for (len < 8).
	(write_decimal): Use GFC_INTEGER_LARGEST.
	(otoa): Use GFC_UINTEGER_LARGEST as argument.
	(btoa): Use GFC_UINTEGER_LARGEST as argument.
	* runtime/error.c (gfc_itoa): Use GFC_INTEGER_LARGEST as
	argument.
	(xtoa): Use GFC_UINTEGER_LARGEST as argument.
	* Makefile.am: Use mk-kinds-h.sh to generate header kinds.h
	with all Fortran kinds available.
	* configure.ac: Check for strtold and log10l.
	* Makefile.in: Regenerate.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* config.h.in: Regenerate.
	* mk-kinds-h.sh: Configuration script for available integer
	and real kinds.
	* lib/target-supports.exp: Add
	check_effective_target_fortran_large_real and
	check_effective_target_fortran_large_int to check for
	corresponding effective targets.
	* gfortran.dg/large_integer_kind_1.f90: New test.
	* gfortran.dg/large_real_kind_1.f90: New test.

From-SVN: r101274
2005-06-23 18:50:25 +00:00
..
abort.c
args.c
associated.c
bessel.c
c99_functions.c c99_functions.c (log10l): New log10l function for systems where this is not available. 2005-06-23 18:50:25 +00:00
chdir.c chdir.c, [...]: Include <string.h> for prototypes. 2005-05-15 10:25:52 +02:00
cpu_time.c
cshift0.c re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly) 2005-05-04 21:38:23 +00:00
date_and_time.c
dprod_r8.f90
env.c
eoshift0.c eoshift0.c: Removed prototype for eoshift0. 2005-06-14 20:45:21 +00:00
eoshift2.c eoshift0.c: Removed prototype for eoshift0. 2005-06-14 20:45:21 +00:00
erf.c
etime.c Remove extra whitespace. 2005-05-15 14:49:45 +02:00
exit.c
f2c_specifics.F90 re PR fortran/20178 (COMPLEX function returns incompatible with g77) 2005-05-11 00:06:55 +02:00
flush.c
fnum.c
gerror.c Makefile.am: Added new files. 2005-03-22 22:08:22 +00:00
getcwd.c chdir.c, [...]: Include <string.h> for prototypes. 2005-05-15 10:25:52 +02:00
getlog.c chdir.c, [...]: Include <string.h> for prototypes. 2005-05-15 10:25:52 +02:00
getXid.c
hostnm.c Makefile.am: Added new files. 2005-03-22 22:08:22 +00:00
ierrno.c Makefile.am: Added new files. 2005-03-22 22:08:22 +00:00
ishftc.c
kill.c Makefile.am: Added new files. 2005-03-22 22:08:22 +00:00
link.c chdir.c, [...]: Include <string.h> for prototypes. 2005-05-15 10:25:52 +02:00
mvbits.c
pack_generic.c pack_generic.c (pack): Remove unneeded calculation. 2005-05-15 17:37:18 +02:00
perror.c chdir.c, [...]: Include <string.h> for prototypes. 2005-05-15 10:25:52 +02:00
rand.c
random.c Remove extra whitespace. 2005-05-15 14:49:45 +02:00
rename.c * intrinsics/rename.c: Add missing #includes. 2005-04-29 02:46:36 +02:00
reshape_generic.c 05-04-22 Thomas Koenig <Thomas.Koenig@online.de> 2005-04-22 20:02:44 +00:00
reshape_packed.c
selected_int_kind.f90
selected_real_kind.f90
size.c
sleep.c Makefile.am: Added new files. 2005-03-22 22:08:22 +00:00
spread_generic.c eoshift1.m4: Initialize variables to avoid warnings. 2005-05-15 17:50:09 +02:00
stat.c chdir.c, [...]: Include <string.h> for prototypes. 2005-05-15 10:25:52 +02:00
string_intrinsics.c
symlnk.c chdir.c, [...]: Include <string.h> for prototypes. 2005-05-15 10:25:52 +02:00
system_clock.c system_clock.c (system_clock_4, [...]): Add missing returns, reformat a bit. 2005-05-15 17:33:12 +02:00
system.c
time.c Makefile.am: Added new files. 2005-03-22 22:08:22 +00:00
transpose_generic.c
umask.c
unlink.c chdir.c, [...]: Include <string.h> for prototypes. 2005-05-15 10:25:52 +02:00
unpack_generic.c re PR fortran/17283 (UNPACK issues) 2005-05-26 06:26:17 +00:00