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
Revert DECL_USER_ALIGN part of r241959
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
builtins-64.c
blob
3c04c44a6776e99cddb51a4fe7ec0ab17809a452
1
/* { dg-do run } */
2
/* { dg-require-effective-target alloca } */
3
4
int
main
()
5
{
6
char
*
mem
=
__builtin_alloca
(
40
);
7
__builtin___clear_cache
(
mem
,
mem
+
40
);
8
return
0
;
9
}