./:
[official-gcc.git] / gcc / testsuite / g++.dg / init / const7.C
blob18d04625db2da1178c806ee1f0a5cf287e65b66a
1 // { dg-do compile }
2 // { dg-options "-fdump-tree-gimple" }
4 struct s { int x, y; };
5 short offsets[1] = {
6   ((char*) &(((struct s*)16)->y) - (char *)16),
7 };
9 // This ensures that we get a dump whether or not the bug is present.
10 void fn() { }
12 // { dg-final { scan-tree-dump-not "initialization"  "gimple" } }
13 // { dg-final { cleanup-tree-dump "gimple" } }