aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/parse/constructor1.C
blob: 1796531487ca99b91dab1788dc23652e80ce571b (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }
// { dg-options "-fshow-column" }

ACE_Process_Descriptor::ACE_Process_Descriptor () : // { dg-error "declared" "declared" }
  // { dg-error "no type" "no type" { target *-*-* } 4 }
  process_ (0) // { dg-error "3: only constructors take base initializers" }
{
}