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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr42632.c
blob
a6778537ae23a8c5ca86021539e6d30d71db547a
1
static
inline
__attribute__
((
always_inline
))
int
2
__pskb_trim
(
void
)
3
{
4
return
___pskb_trim
();
5
}
6
static
inline
__attribute__
((
always_inline
))
7
int
pskb_trim
(
void
)
8
{
9
return
__pskb_trim
();
10
}
11
int
___pskb_trim
(
void
)
12
{
13
pskb_trim
();
14
return
0
;
15
}
16