Skip to content

clang assert in bitfield initializer codegen #2473

@llvmbot

Description

@llvmbot
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 };

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang:codegenIR generation bugs: mangling, exceptions, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions