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
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr63380-2.c
blob
f4cbc43eb7d7ed6648b5d8db6cfc5a68f26ff7da
1
/* { dg-do run } */
2
3
int
a
=
0
,
b
=
0
,
c
=
0
,
d
,
e
;
4
int
5
main
(
void
)
6
{
7
d
= ((
20
% (
1
!=
b
)) &&
c
) +
2147483647
;
8
e
=
20
% (
a
>=
0
);
9
return
0
;
10
}