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
2018-04-09 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr69483.c
blob
2ab9dc345e719b59458fc6babfa3c8e9b5bc6e75
1
/* PR tree-optimization/69483 */
2
/* { dg-do compile } */
3
4
struct
T
{
struct
S
*
a
; };
5
struct
S b
;
/* { dg-error "storage size of 'b' isn't known" } */
6
struct
T c
= { &
b
};