fortran frontend:
commita6bd380438744b75e0f86176c6fe337126b6be27
authorJanne Blomqvist <jb@gcc.gnu.org>
Sun, 1 Jul 2007 12:08:59 +0000 (1 15:08 +0300)
committerJanne Blomqvist <jb@gcc.gnu.org>
Sun, 1 Jul 2007 12:08:59 +0000 (1 15:08 +0300)
tree5bb9fc2057f4bb1d9f02aaf996558df2062ba915
parentc67e4bcd9f1a4dff58973ea9b3bf3297b0cdc709
fortran frontend:

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

* trans.h: Remove decls for 64-bit allocation functions.
* trans-array.c (gfc_grow_array): Always pick the standard realloc
function decl.
(gfc_array_allocate): Likewise.
* trans-decl.c: Remove trees for 64-bit allocation functions.
(gfc_build_builtin_function_decls): Don't build fndecls for 64-bit
allocations functions, use index_int_type for normal allocation
functions.

libgfortran changelog:

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

* runtime/memory.c (internal_realloc): Use index_type for size
argument instead of GFC_INTEGER_4.
(allocate_array): Likewise.
(allocate): Likewise, add ifdef around unnecessary check.
(internal_reallo64): Remove.
(allocate_array64): Remove.
(allocate64): Remove.
* gfortran.map: Remove symbols for 64-bit allocation functions.

From-SVN: r126166
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-decl.c
gcc/fortran/trans.h
libgfortran/ChangeLog
libgfortran/gfortran.map
libgfortran/runtime/memory.c