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
Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
pr65924.c
blob
e1ad39475abeea71a61bdfc0ef204105c806e549
1
/* { dg-do compile } */
2
/* { dg-require-effective-target arm_thumb2_ok } */
3
/* { dg-options "-O2 -mthumb" } */
4
5
int
a
,
b
,
c
;
6
int
fn1
() {
7
if
(
b
+
a
<
0
)
8
c
=
0
;
9
}