r126264 - in /trunk: gcc/fortran/ChangeLog gcc/...

jb@gcc.gnu.org jb@gcc.gnu.org
Tue Jul 3 16:50:00 GMT 2007


Author: jb
Date: Tue Jul  3 16:50:05 2007
New Revision: 126264

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126264
Log:
Fortran frontend:

2007-07-03  Janne Blomqvist  <jb@gcc.gnu.org>

	* trans-decl.c (gfc_build_builtin_function_decls): Mark
	internal_realloc as a malloc function.

libgfortran:

2007-07-03  Janne Blomqvist  <jb@gcc.gnu.org>

	* libgfortran.h: Mark internal_malloc_size as a malloc function.
	* runtime/memory.c (internal_realloc_size): Remove.
	(internal_realloc): Call realloc directly instead of
	internal_realloc_size.
	(allocate_size): Remove.
	(allocate): Call malloc directly instead of allocate_size, mark as
	malloc function.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/libgfortran.h
    trunk/libgfortran/runtime/memory.c



More information about the Gcc-cvs mailing list