aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/pr99165.C
blob: 70ffd0345cfc2d8d11187bfdd460e26c38775b4a (plain)
1
2
3
4
5
6
7
// { dg-do compile }
// { dg-options "-O2 -fnon-call-exceptions --param=max-stores-to-track=2" }

struct A {
  A() : i() {}
  int i;
} *ap2 = new A[3];