gcc/libgfortran/io
Janne Blomqvist 992b0aa1cf Let the compiler decide whether to inline.
2011-11-10  Janne Blomqvist  <jb@gcc.gnu.org>

	* intrinsics/cpu_time.c (__cpu_time_1): Don't force inlining.
	* intrinsics/random.c (rnumber_4): Remove inline attribute.
	(rnumber_8, rnumber_10, rnumber_16): Likewise.
	* intrinsics/system_clock.c (gf_gettime_mono): Likewise.
	* intrinsics/time_1.h (ATTRIBUTE_ALWAYS_INLINE): Remove macro.
	(gf_cputime): Add inline attribute for MingW version.
	* io/format.c (format_hash): Remove inline attribute.
	* io/io.h (memset4): Inline function from transfer.c and write.c
	moved here.
	* io/transfer.c (min_off): Remove inline attribute.
	(memset4): Move to io.h.
	* io/write.c (memset4): Likewise.
	(memcpy4): Remove inline attribute.
	* io/write_float.def (calculate_exp): Likewise.

From-SVN: r181260
2011-11-10 19:08:24 +02:00
..
close.c Split up io/io.h 2009-11-02 23:52:59 +02:00
fbuf.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
fbuf.h PR 47694 Read from named pipe fails 2011-02-23 08:59:51 +02:00
file_pos.c Introduce a size member function to struct stream. 2011-10-31 16:52:26 +02:00
format.c Let the compiler decide whether to inline. 2011-11-10 19:08:24 +02:00
format.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
inquire.c PR 50016 Slow I/O on MingW due to _commit 2011-11-09 17:46:15 +02:00
intrinsics.c Configure cleanup. 2011-11-09 20:25:58 +02:00
io.h Let the compiler decide whether to inline. 2011-11-10 19:08:24 +02:00
list_read.c re PR fortran/50109 (Formatted namelist read with multiple "!" fails with: Cannot match namelist object name !) 2011-08-18 16:23:41 +02:00
lock.c Remove free_mem 2010-05-07 18:55:59 +03:00
open.c Revert previous fix for PR 45723. 2011-11-07 16:32:50 +02:00
read.c PR 19155 Check for strtod failure via endptr 2011-05-29 11:59:44 +03:00
size_from_kind.c
transfer.c Let the compiler decide whether to inline. 2011-11-10 19:08:24 +02:00
transfer128.c re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD) 2011-02-14 16:34:44 +01:00
unit.c Copyright years and whitespace fix for r180734 2011-11-01 14:03:38 +02:00
unix.c PR 50016 Slow I/O on MingW due to _commit 2011-11-09 17:46:15 +02:00
unix.h Introduce a size member function to struct stream. 2011-10-31 16:52:26 +02:00
write.c Let the compiler decide whether to inline. 2011-11-10 19:08:24 +02:00
write_float.def Let the compiler decide whether to inline. 2011-11-10 19:08:24 +02:00