]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/gimplefe-error-10.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gimplefe-error-10.c
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
3
4 __GIMPLE
5 void foo() {
6 int t1;
7 t1_1 = t1_1(); /* { dg-error "invalid call" } */
8 }