-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workingpriority: mediumDefault priority: tickets we're planning to work on, though not necessarily soon.Default priority: tickets we're planning to work on, though not necessarily soon.release-0.1Required for the first public releaseRequired for the first public release
Description
Given
struct __attribute__((packed)) foo {
int64_t x1 : 50;
int64_t : 0;
int64_t x2 : 50;
};we currently try to generate a field for that anonymous bitfield (which is sometimes used to influence how the compiler packs the fields). With --enable-record-dot that then results in a name mangler failure (since it cannot mangle an empty name).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority: mediumDefault priority: tickets we're planning to work on, though not necessarily soon.Default priority: tickets we're planning to work on, though not necessarily soon.release-0.1Required for the first public releaseRequired for the first public release