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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
simplify_modulo.f90
blob
550a3adb9c73555e177b66b6fecdd39e616cedbc
1
! { dg-do run }
2
3
if
(
modulo
(-
8
., -
5
.) .
ne
. -
3
.)
call
abort
()
4
5
end