OSDN Git Service

* doc/invoke.texi: Document -ftree-loop-distribution.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / integer_exponentiation_1.f90
1 ! { dg-do run }
2 ! PR 30981 - this used to go into an endless loop during execution.
3 program test
4   a = 3.0
5   b = a**(-2147483647_4-1_4) ! { dg-warning "Integer outside symmetric range" }
6 end program test