OSDN Git Service

2008-02-05 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Feb 2008 13:33:35 +0000 (13:33 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Feb 2008 13:33:35 +0000 (13:33 +0000)
commit5b83554bdcd1b05b3eda244b9510fb964d73d73c
treeb5d8b0e680f3ba23ddc5185887ed545c9bc188f3
parent9e5dd959b1edb9971e8d00ba01f310b9ee43953b
2008-02-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34945
* array.c (match_array_element_spec): Remove check for negative
array size.
(gfc_resolve_array_spec): Add check for negative size.

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

PR fortran/34945
* gfortran.dg/bounds_check_13.f: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132121 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bounds_check_13.f [new file with mode: 0644]