1! { dg-options "-fno-range-check" }
2program test
3  write (*), (2_8 ** 64009999_8) / 2
4end program test
5