OSDN Git Service

2010-04-06 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / coarray_1.f90
index 7fd4c84..ba10d64 100644 (file)
@@ -13,6 +13,6 @@ sync memory  ! { dg-error "Fortran 2008:" }
 sync images(*)  ! { dg-error "Fortran 2008:" }
 
 ! num_images is implicitly defined:
-n = num_images()  ! { dg-error "has no IMPLICIT type" }
+n = num_images()  ! { dg-error "convert UNKNOWN to INTEGER" }
 error stop 'stop'  ! { dg-error "Fortran 2008:" }
 end