view gcc/testsuite/g++.dg/torture/pr31579.C @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

/* { 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);