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
Revert DECL_USER_ALIGN part of r241959
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr71685.c
blob
80e5c8f5902adc647e770277dee6d2bba31235d7
1
/* PR c/71685 */
2
/* { dg-do compile } */
3
/* { dg-options "-std=gnu11" } */
4
5
extern
struct
S v
,
s
;
6
struct
S
{
int
t
;
int
p
[]; }
v
= {
4
,
0
};