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
* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
builtin-apply1.c
blob
7079ce3a6897400d76e73063a0d26e025b1f9e09
1
/* PR 11184 */
2
/* Origin: Dara Hazeghi <dhazeghi@yahoo.com> */
3
/* { dg-require-effective-target untyped_assembly } */
4
5
void
*
6
objc_msg_sendv
(
char
*
arg_frame
,
void
(*
foo
)())
7
{
8
return
__builtin_apply
(
foo
,
arg_frame
,
4
);
9
}
10