]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/43829 (Scalarization of reductions)
authorRichard Guenther <rguenther@suse.de>
Thu, 22 Apr 2010 08:34:41 +0000 (08:34 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 22 Apr 2010 08:34:41 +0000 (08:34 +0000)
commit92375a2020b1f32bf7be92025493cebd9b3b4400
tree3b644ac3468bdfc3f3d146ccfd9417222f96a056
parentc334c130bd67d51f03327e14a05ca4ba6b38be20
re PR fortran/43829 (Scalarization of reductions)

2010-04-22  Richard Guenther  <rguenther@suse.de>

PR fortran/43829
* resolve.c (gfc_resolve_index): Wrap around ...
(gfc_resolve_index_1): ... this.  Add parameter to allow
any integer kind index type.
(resolve_array_ref): Allow any integer kind for the start
index of an array ref.

* gfortran.dg/vector_subscript_6.f90: New testcase.
* gfortran.dg/assign_10.f90: Adjust.

From-SVN: r158632
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/assign_10.f90
gcc/testsuite/gfortran.dg/vector_subscript_6.f90 [new file with mode: 0644]
This page took 0.054864 seconds and 5 git commands to generate.