aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/opt/dtor4.C
blob: c58fadfa18d265d37a4ed51ed72fd97af84a232d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// PR tree-optimization/42625
// { dg-do run }
// { dg-options "-O1 -fipa-sra" }
// { dg-additional-sources "dtor4-aux.cc" }

#include "dtor4.h"

int
main ()
{
  S s;
  return 0;
}