]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/gfortran.h
simplify.c (gfc_simplify_shape): Bugfix.
authorVictor Leikehman <lei@il.ibm.com>
Sun, 8 Aug 2004 12:28:25 +0000 (12:28 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sun, 8 Aug 2004 12:28:25 +0000 (12:28 +0000)
commit94538bd12ae8ffa02164399a616ef806e77f797b
tree9f3bff0e67ca9e26d25d40bbb89175a03d998121
parent352a77c8dc72715bbe230e04cd72583d5a900291
simplify.c (gfc_simplify_shape): Bugfix.

2004-08-08  Victor Leikehman  <lei@il.ibm.com>

* simplify.c (gfc_simplify_shape): Bugfix.
* expr.c (gfc_copy_shape_excluding): New function.
* gfortran.h (gfc_get_shape): Bugfix.
(gfc_copy_shape_excluding): Added declaration.
* iresolve.c (gfc_resolve_all, gfc_resolve_any, gfc_resolve_count,
gfc_resolve_cshift, gfc_resolve_eoshift, gfc_resolve_lbound,
gfc_resolve_ubound, gfc_resolve_transpose): Added compile
time resolution of shape.

From-SVN: r85685
gcc/fortran/ChangeLog
gcc/fortran/expr.c
gcc/fortran/gfortran.h
gcc/fortran/iresolve.c
gcc/fortran/simplify.c