IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / wtypequal.c
blob9a7189929d35f4b9206e989aa644e9b14ed5b81b
1 /* { dg-do compile } */
3 int *__restrict *p;
4 void f(void)
6 __typeof(*p) *q = p; /* { dg-bogus "discards qualifiers" } */