aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/torture/pr31579.C
blob: 131532e63604826811ea31396b60f1819e2ad7ef (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
// middle-end/31579
// Expand was crashing while expanding the tree for the initializer

struct Industry {
 unsigned char produced_cargo[2];
};
unsigned int a = (((__SIZE_TYPE__)&reinterpret_cast<const volatile
char&>((((Industry*)(char*)8)->produced_cargo[0]))) - 8);