]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/gimplefe-error-1.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gimplefe-error-1.c
CommitLineData
3dcde5ef
PG
1/* { dg-do compile } */
2/* { dg-options "-fgimple" } */
3
4void __GIMPLE () foo (int a)
5{
6bb_2:
7 a = *b; /* { dg-error "undeclared" } */
8
9bb_3:
10 return;
11}