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
* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
init-bad-8.c
blob
f7b0f7f688651a47dee4888a48446d652b8d372a
1
/* { dg-do compile } */
2
/* { dg-options "" } */
3
4
struct
S
{
int
i
,
j
,
k
; };
5
6
void
7
foo
(
void
)
8
{
9
struct
S s
= { .
i
=
1
, .
j
=
2
, .
l
=
4
};
/* { dg-error "35: .struct S. has no member named .l." } */
10
}