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

__GIMPLE
void foo() {
  int t1;
  t1_1 = t1_1(); /* { dg-error "invalid call" } */
}