aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/tree-prof/lipo/comdat_fixup_2.C
blob: 1416129c09e6c1a6c1016376690dad4b09d84983 (plain)
1
2
3
4
5
6
7
/* { dg-options "-O2 -fno-inline" } */
#include "comdat_fixup.h"
int foo2(int x)
{
  Foo f;
  return f.foo(x);
}