repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
integer_exponentiation_6.F90
blob
4236ee61b6549d31a6f49aaf0b982603019c51e4
1
! { dg-options "-fno-range-check" }
2
program test
3
write (*,*) (2_8 ** 64009999_8) / 2
4
end program test