URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [integer_exponentiation_1.f90] - Rev 154
Compare with Previous | Blame | View Log
! { dg-do run }
! PR 30981 - this used to go into an endless loop during execution.
program test
a = 3.0
b = a**(-2147483647-1) ! { dg-warning "Integer outside symmetric range" }
end program test