Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/gimplefe-error-10.c
2023-03-06 14:48:14 +01:00

8 lines
142 B
C

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