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
match: Fix comment for `X != 0 ? X + ~0 : 0` transformation
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
modcc.c
blob
173a1bcc3269a76285be0cbbb338bfc91d0ee1a8
1
/* { dg-additional-options "-std=gnu89" } */
2
3
foo
(
a
,
b
)
4
{
5
return
(
a
%
b
) ==
0
;
6
}