OSDN Git Service

Squash commit of EH in gimple
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / tree-ssa / tmmti.C
1 /* { dg-do compile } */
2
3 void bar(unsigned int i)
4 {
5         int a[4];
6         char *p = (char*)&a[1] + 4*i;
7 }