OSDN Git Service

* typeck2.c (abstract_virtual_errors): Reword diagnostics, make them
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / bitfld5.C
1 // { dg-do assemble  }
2 // { dg-options "-w" }
3
4 struct S
5 {
6   int i : 1756;
7 };