URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [class_30.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR fortran/46244 (comments 7 to 9)!! gfortran accepted CLASS in bind(C) and SEQUENCE types!type :: tinteger :: iend type ttype t2sequenceclass(t), pointer :: x ! { dg-error "Polymorphic component x at .1. in SEQUENCE or BIND" }end type t2type, bind(C):: t3class(t), pointer :: y! { dg-warning "may not be C interoperable" "" { target *-*-* } 17 }! { dg-error "Polymorphic component y at .1. in SEQUENCE or BIND" "" { target *-*-* } 17 }end type t3end
