re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])

2011-07-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_lock_3.f90: Remove bogus dg-error.

From-SVN: r176137
This commit is contained in:
Tobias Burnus 2011-07-11 10:14:05 +02:00 committed by Tobias Burnus
parent 5097ad6c90
commit 790f025f34
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-07-11 Tobias Burnus <burnus@net-b.de>
PR fortran/18918
* gfortran.dg/coarray_lock_3.f90: Remove bogus dg-error.
2011-07-11 Georg-Johann Lay <avr@gjlay.de>
* lib/target-supports.exp (check_effective_target_scheduling):

View File

@ -69,7 +69,7 @@ subroutine lock_test2
lock(lock)
lock(lock2(1))
lock(lock2) ! { dg-error "must be a scalar coarray of type LOCK_TYPE" }
lock(lock[1]) ! { dg-error "must be a scalar coarray of type LOCK_TYPE" }
lock(lock[1]) ! OK
end subroutine lock_test2