re PR fortran/19358 ([gfortran] Segfault with missing upper bound)
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 14 Sep 2005 05:12:04 +0000 (05:12 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 14 Sep 2005 05:12:04 +0000 (05:12 +0000)
commit0df3cf7f04835666392eb1f8a99d9f4464ad6630
tree3bb7dfd2e701c6bc526ce1a16f27a4b0dcdea0f3
parent0120daacbe6fb2d92ab3d3ad654f0e0ec51d86e1
re PR fortran/19358 ([gfortran] Segfault with missing upper bound)

2005-09-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/19358
* trans-array.c (gfc_trans_dummy_array_bias): correct the typo
which uses dim[i].upper for lbound, rather than dim[i].lower.

2005-09-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/19358
* gfortran.fortran-torture/assumed_dummy_1.f90: New test.

From-SVN: r104259
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/assumed_dummy_1.f90 [new file with mode: 0644]