re PR fortran/54474 (gfortran.dg/coarray_poly_3.f90)
2012-09-05 Dominique Dhumieres <dominiq@lps.ens.fr> PR fortran/54474 * gfortran.dg/coarray_poly_3.f90: Adjust error messages. From-SVN: r190977
This commit is contained in:
parent
ff99de9860
commit
e124e65f35
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-09-05 Dominique Dhumieres <dominiq@lps.ens.fr>
|
||||
|
||||
PR fortran/54474
|
||||
* gfortran.dg/coarray_poly_3.f90: Adjust error messages.
|
||||
|
||||
2012-09-05 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/54191
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
!
|
||||
|
||||
|
||||
subroutine cont1(x) ! { dg-error "has the CONTIGUOUS attribute but is not an array pointer or an assumed-shape array" }
|
||||
subroutine cont1(x) ! { dg-error "has the CONTIGUOUS attribute but is not an array pointer or an assumed-shape or assumed-rank array" }
|
||||
type t
|
||||
end type t
|
||||
class(t), contiguous, allocatable :: x(:)
|
||||
end
|
||||
|
||||
subroutine cont2(x) ! { dg-error "has the CONTIGUOUS attribute but is not an array pointer or an assumed-shape array" }
|
||||
subroutine cont2(x) ! { dg-error "has the CONTIGUOUS attribute but is not an array pointer or an assumed-shape or assumed-rank array" }
|
||||
type t
|
||||
end type t
|
||||
class(t), contiguous, allocatable :: x(:)[:]
|
||||
|
|
Loading…
Add table
Reference in a new issue