re PR fortran/30872 (Bogus "size of variable is too large")
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 7 Apr 2007 20:23:40 +0000 (20:23 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sat, 7 Apr 2007 20:23:40 +0000 (20:23 +0000)
commit4c6b3ec7507e827156a1fdf8b904303b50eedf75
treeae62a20e38034b3643e8815eefe741a20a64bc9f
parent909a3e38aa8c2ac203de767f3e4aa0f5c4457b9e
re PR fortran/30872 (Bogus "size of variable is too large")

2007-04-07  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30872
* expr.c (find_array_element): Correct arithmetic for rank > 1.

2007-04-07  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30872
* gfortran.dg/parameter_array_element_1.f90: New test.

From-SVN: r123644
gcc/fortran/ChangeLog
gcc/fortran/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/parameter_array_element_1.f90 [new file with mode: 0644]