This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r124281 - in /trunk/gcc: fortran/ChangeLog fort...
- From: fxcoudert at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 29 Apr 2007 16:03:59 -0000
- Subject: r124281 - in /trunk/gcc: fortran/ChangeLog fort...
Author: fxcoudert
Date: Sun Apr 29 17:03:58 2007
New Revision: 124281
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124281
Log:
PR fortran/31591
* simplify.c (simplify_bound_dim): New function.
(simplify_bound): Use the above. Perform simplification of LBOUND
and UBOUND when DIM argument is not present.
* gfortran.dg/bound_simplification_1.f90: New test.
Added:
trunk/gcc/testsuite/gfortran.dg/bound_simplification_1.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/simplify.c
trunk/gcc/testsuite/ChangeLog