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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
attr-alloc_size-2.c
blob
3cac807370ff4e07d97647f1bd8d21e51e2c93a2
1
/* { dg-do compile } */
2
3
char
*
foo
()
__attribute__
((
alloc_size
(
1
)));
/* { dg-warning "outside range" } */
4