repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wconversion-3.c
blob
d45749d69c0670b2b09e8764e24a21ba694e173a
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -Wconversion" } */
3
4
unsigned
f
(
unsigned
a
) {
return
a
+ -
1
; }
/* { dg-warning "negative" } */
5