]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/32315 (DATA with implied-do: Bounds checks missing [regression vs....
authorPaul Thomas <pault@gcc.gnu.org>
Tue, 5 Feb 2008 11:16:33 +0000 (11:16 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Tue, 5 Feb 2008 11:16:33 +0000 (11:16 +0000)
commit3969f765e38d4c32b58f87b8256f0690ce48ba34
tree76d03a98e8e40b4bc08cfd374a29a641ed449b26
parent3467b230ffd4f43407c6643d8990f545e06aa32f
re PR fortran/32315 (DATA with implied-do: Bounds checks missing [regression vs. g77])

2008-02-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32315
* data.c (gfc_assign_data_value): Add bounds check for array
references.

2008-02-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32315
* gfortran.dg/data_bounds_1.f90: New test.

From-SVN: r132113
gcc/fortran/ChangeLog
gcc/fortran/data.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/data_bounds_1.f90 [new file with mode: 0644]