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
Handle peeling for alignment with masking
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
funcdef-storage-1.c
blob
9aa963a02887452a0b5d5e854fe8eb7994ba27e0
1
/* { dg-do compile } */
2
3
void
4
flarm
(
void
)
5
{
6
static void
foo
();
/* { dg-error "invalid storage class" } */
7
8
foo
();
9
}