2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / 900403_04.C
blobba6aef0d202b9184926587f557f2131e42a70041
1 // { dg-do assemble  }
2 // GROUPS passed abort
3 // g++ 1.37.1 bug 900403_04
5 // The following erroneous code causes g++ to abort.
7 // keywords: abort, bit-fields, zero length
9 struct s {
10   unsigned int foo:0;   // { dg-error "" } causes abort
11   unsigned int field;