------- Comment #11 from danglin at gcc dot gnu dot org 2009-01-01 17:43 ------- Subject: Bug 37469
Author: danglin Date: Thu Jan 1 17:42:00 2009 New Revision: 142995 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142995 Log: PR fortran/38675 Backport from mainline: 2008-12-09 Mikael Morin <mikael.mo...@tele2.fr> PR fortran/37469 * expr.c (find_array_element): Simplify array bounds. Assert that both bounds are constant expressions. 2008-10-31 Mikael Morin <mikael.mo...@tele2.fr> * expr.c (gfc_reduce_init_expr): New function, containing checking code from gfc_match_init_expr, so that checking can be deferred. (gfc_match_init_expr): Use gfc_reduce_init_expr. * match.h (gfc_reduce_init_expr): Prototype added. Modified: branches/gcc-4_3-branch/gcc/fortran/ChangeLog branches/gcc-4_3-branch/gcc/fortran/expr.c branches/gcc-4_3-branch/gcc/fortran/match.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37469