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
Merged with mainline at revision 128810.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr32563.C
blob
d536b3faaff3d6aa9f8b0546bfba67fd81076b26
1
/* { dg-do compile } */
2
3
struct A
4
{
5
char c[1];
6
} a;
7
8
const __SIZE_TYPE__ i = (__SIZE_TYPE__)&a.c[0] - 1;