]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/gimplefe-error-8.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gimplefe-error-8.c
CommitLineData
42bdf814
RB
1/* { dg-do compile } */
2/* { dg-options "-fgimple" } */
3
4int __GIMPLE() f(int x, int y)
5{
6 int a;
7 a = (x < y) ? 1 : 2; /* { dg-error "expected" } */
8 return a;
9}