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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040202-1.c
blob
ba32c80490563f33e8b6a6e5ac610fdb30e370df
1
/* PR target/13789 */
2
/* Failed on SPARC due to a bug in store_expr. */
3
4
void
*
foo
(
void
*
c
)
5
{
6
void
*
a
=
__builtin_extract_return_addr
(
c
);
7
return
a
;
8
}