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 warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
trunc.c
blob
dee0e158728c833c0adc89dae2d3e9651c54567e
1
main
()
2
{
3
printf
(
"%x, %x
\n
"
, (
unsigned char
)
main
,
main
);
4
}
5
6
foo
(
p
)
7
char
*
p
;
8
{
9
p
[
0
] = (
char
)
foo
;
10
p
[
1
] = (
char
)
foo
;
11
}