aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/tree-ssa/tmmti.C
blob: 111127b0d93a7b2ab8132cf54374c5bc1a9b7a83 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */

void bar(unsigned int i)
{
	int a[4];
	char *p = (char*)&a[1] + 4*i;
}