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
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wc90-c99-compat-7.c
blob
fbf0b0d59c6227503772cd23239a9b5df9b22b31
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu90 -Wpedantic -Wc90-c99-compat -Wno-long-long -Wno-declaration-after-statement -Wno-vla" } */
3
4
long long
l
;
5
6
void
7
fn3
(
int
n
)
8
{
9
n
=
3
;
10
int
i
;
11
}
12
13
void
fn7
(
int
n
,
int
a
[
n
]);