-
Notifications
You must be signed in to change notification settings - Fork 390
Closed
rust-lang/rust
#140072Labels
A-interpreterArea: affects the core interpreterArea: affects the core interpreterC-bugCategory: This is a bug.Category: This is a bug.I-wrongImpact: makes Miri produce incorrect program behaviorImpact: makes Miri produce incorrect program behavior
Description
There's a #[repr(align(N))]
attribute on functions (rust-lang/rust#82232). Miri currently ignores this when assigning addresses to functions; we should fix that.
Metadata
Metadata
Assignees
Labels
A-interpreterArea: affects the core interpreterArea: affects the core interpreterC-bugCategory: This is a bug.Category: This is a bug.I-wrongImpact: makes Miri produce incorrect program behaviorImpact: makes Miri produce incorrect program behavior