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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20041014-1.c
blob
699844074ed630be31caba6750f9e228ef16c2e0
1
/* PR c/17023 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
void
6
f
(
a
,
b
)
7
int
a
;
8
int
b
[({
void
h
() {}
1
; })];
/* { dg-error "braced-group" } */
9
{
10
}