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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr72816.c
blob
b1498c7a7032c0c99a7de609f91dcdc3cab960c2
1
/* PR c/72816 */
2
/* { dg-do compile } */
3
/* { dg-options "-std=gnu11" } */
4
5
typedef
const int
A
[];
6
struct
S
{
7
int
a
;
8
A b
;
9
};