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-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20090218_1.c
blob
c28b84ada6ee6c41a6f6342f585b35adf64c9f70
1
void
bar
(
void
);
2
void
__attribute__
((
noinline
)) *
foo1
(
void
)
3
{
4
bar
();
5
return
(
void
*)
bar
;
6
}