|
|
| Bugzilla Link |
2101 |
| Resolution |
FIXED |
| Resolved on |
May 06, 2008 14:58 |
| Version |
unspecified |
| OS |
NetBSD |
| Reporter |
LLVM Bugzilla Contributor |
Extended Description
The following aborts with -emit-llvm:
typedef struct { unsigned int i: 1; } c;
const c d = { 1 };