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
* config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wconversion-3.c
blob
d102d169d02987126f8d12b45c4c79d238427a79
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -Wconversion" } */
3
4
unsigned
f
(
unsigned
a
) {
return
a
+ -
1
; }
/* { dg-warning "conversion" } */
5