URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [enum_8.f90] - Rev 700
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }! Program to test the initialisation range of enumerators! and kind values checkprogram mainimplicit noneenum, bind (c)enumerator :: pp, qq = 4294967295, rr ! { dg-error "too big for its kind" }end enum ! { dg-error "has no ENUMERATORS" }enum, bind (c)enumerator :: p , q = 4294967299_8, r ! { dg-error "Arithmetic overflow" }end enum ! { dg-error "has no ENUMERATORS" }end program main
Go to most recent revision | Compare with Previous | Blame | View Log
