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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20081108-2.c
blob
2f5a7f64b352a34557f6f696c04b3ae898d2639f
1
/* Test boolean conversion as part of returning unsigned value does
2
not lead to an ICE. */
3
4
_Bool
f
(
unsigned
a
) {
return
a
&
1
; }