]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran frontend:
authorJanne Blomqvist <jb@gcc.gnu.org>
Tue, 3 Jul 2007 16:50:05 +0000 (19:50 +0300)
committerJanne Blomqvist <jb@gcc.gnu.org>
Tue, 3 Jul 2007 16:50:05 +0000 (19:50 +0300)
commitdb430f6a2a5997bed3109eff088c4e86020378d0
tree030df243de19137f076b9781c368c93c9546558d
parent66965e909473fef6462b537cdc4010b79d86159e
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.

From-SVN: r126264
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
libgfortran/ChangeLog
libgfortran/libgfortran.h
libgfortran/runtime/memory.c