Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / bitfield8.C
blob19b862cc217c8b4d049eabbfa0a3b7f7abacad21
1 struct A
3   static int a : 1;  // { dg-error "14:static member .a. cannot be a bit-field" }
4 };