equiv_6.f90 (set_arrays): Replaced subroutine with two new subroutines to avoid param...
authorWolfgang Gellerich <gellerich@de.ibm.com>
Wed, 25 Apr 2007 08:08:01 +0000 (08:08 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 25 Apr 2007 08:08:01 +0000 (08:08 +0000)
commitbef4d1848d28adf3da938a0857b8132fe3ea50b5
tree8db81cd8872a377a99cd332d253e4825c4abaf6a
parentf5c7290e1e8e7401914ebcabff4f39067e5d8220
equiv_6.f90 (set_arrays): Replaced subroutine with two new subroutines to avoid parameter-induced aliasing.

2007-04-25  Wolfgang Gellerich  <gellerich@de.ibm.com>

* gfortran.dg/equiv_6.f90 (set_arrays): Replaced subroutine
with two new subroutines to avoid parameter-induced aliasing.
* gfortran.dg/equiv_6.f90 (set_array_listpr): New.
* gfortran.dg/equiv_6.f90 (set_array_lisbit): New.

From-SVN: r124146
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/equiv_6.f90