repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
c-objc-common.c (c_tree_printer): Tidy.
[official-gcc.git]
/
gcc
/
testsuite
/
objc.dg
/
encode-9.m
blob
1ff2a6b0e489421c49cb3fb30f3cd62c62e94f68
1
/* { dg-do compile } */
2
3
/* There was an ICE due to diving by zero in the objc front-end. */
4
5
struct f
6
{
7
int i;
8
struct{} g[4];
9
int tt;
10
};
11
12
char *e = @encode(struct f);