Skip to content

incorrect alignment of structs #1052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
andrewrk opened this issue Jun 4, 2018 · 0 comments
Closed

incorrect alignment of structs #1052

andrewrk opened this issue Jun 4, 2018 · 0 comments
Labels
bug Observed behavior contradicts documented or intended behavior
Milestone

Comments

@andrewrk
Copy link
Member

andrewrk commented Jun 4, 2018

test "alignment of structs" {
    if (builtin.arch == builtin.Arch.x86_64) {
        assert(@alignOf(struct {i32, *i32}) == 8);
    }
}

Related: #168

@andrewrk andrewrk added the bug Observed behavior contradicts documented or intended behavior label Jun 4, 2018
@andrewrk andrewrk added this to the 0.3.0 milestone Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior
Projects
None yet
Development

No branches or pull requests

1 participant