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