aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gimplefe-error-14.c
blob: 3e1a13219b17f337f2440265a2162056d92798d6 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-fgimple" } */

int __GIMPLE () foo ()
{
  int _1;
  return a_1(D);  /* { dg-error "cannot have default definition" } */
}