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
[NDS32] Add intrinsic functions for TLB operation and data prefech.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Walloca-16.c
blob
3ee96a9570ab0c914b12e11a6b50781f9db31484
1
/* PR tree-optimization/84224 */
2
/* { dg-do compile } */
3
/* { dg-options "-O0 -Walloca" } */
4
5
void
*
alloca
();
6
__typeof__
(
alloca
())
a
() {
return
alloca
(); }