gcc/gcc/testsuite/gcc.dg/gimplefe-error-10.c

9 lines
142 B
C

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