2 ! Program to test the initialisation range of enumerators
3 ! and kind values check
8 enumerator
:: pp
, qq
= 4294967295, rr
! { dg-error "not initialized with integer" }
9 end enum
! { dg-error "has no ENUMERATORS" }
12 enumerator
:: p
, q
= 4294967299_8, r
! { dg-error "Arithmetic overflow" }
13 end enum
! { dg-error "has no ENUMERATORS" }