aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/init/const7.C
blob: 18d04625db2da1178c806ee1f0a5cf287e65b66a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// { dg-do compile }
// { dg-options "-fdump-tree-gimple" }

struct s { int x, y; };
short offsets[1] = {
  ((char*) &(((struct s*)16)->y) - (char *)16),
};

// This ensures that we get a dump whether or not the bug is present.
void fn() { }

// { dg-final { scan-tree-dump-not "initialization"  "gimple" } }
// { dg-final { cleanup-tree-dump "gimple" } }