]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/30190 ([4.1 only] Bounds check generates wrong code for associated...
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 20 Dec 2006 21:10:51 +0000 (21:10 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 20 Dec 2006 21:10:51 +0000 (21:10 +0000)
commit6a14cf131e4f2b11a5709304694a200c2c3fe0ff
tree8cdd30fa7a95399c0d599e44683c5a8fb4b7b9ce
parent2a4f771a6e735f6b1924349c39f05f4f420c2a41
re PR fortran/30190 ([4.1 only] Bounds check generates wrong code for associated(p1(i)%p2,p1(i)%p2))

2006-12-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30190
* trans-array.c (gfc_conv_array_ref): Remove gfc_evaluate_now
from the -fbounds-check branch.

2006-12-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30190
* gfortran.dg/bounds_check_5.f90: New test.

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