]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/interface.cc
re PR fortran/44135 (Negative array bounds lead to spurious warning)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 14 May 2010 21:02:26 +0000 (21:02 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 14 May 2010 21:02:26 +0000 (21:02 +0000)
commitc13af44bcc9d9435b4a537d189e5d3b6edffe7fe
tree6266668ab1db306def0cb9225197661fe247de58
parentc4e64f39d9f8ce4af60222415b522a4b07f8b86c
re PR fortran/44135 (Negative array bounds lead to spurious warning)

2010-05-14  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/44135
* gfortran.dg/actual_array_interface_2.f90: New test.

2010-05-14  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/44135
* fortran/interface.c (get_sym_storage_size): Use signed instead of
unsigned mpz_get_?i routines.

From-SVN: r159415
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/actual_array_interface_2.f90 [new file with mode: 0644]