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
c++: Implement for namespace statics CWG 2867 - Order of initialization for structure...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wconversion-4.c
blob
ddd19879fd4eae72fe33aa83b62243247e54227a
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
unsigned
f
(
unsigned
a
) {
return
a
+ -
1
; }
5