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
/
pr46934.c
blob
a9c0b683315c213dffba0d5c9f7bb624215294de
1
int
caller
(
unsigned int
reg_type
)
2
{
3
switch
(
reg_type
)
4
{
5
case
0x80000000
:
6
return
(
int
)
foo
();
7
8
case
0x80000003
:
9
return
(
int
)
bar
();
10
11
case
0x80000001
:
12
return
(
int
)
baz
();
13
14
case
0x80000004
:
15
return
(
int
)
fooz
();
16
}
17
}