Skip to content

importC: _Alignas specifiers cannot reduce alignment of variables #21718

@ibuclaw

Description

@ibuclaw
struct S
{
    _Alignas(1) long long x;
};

int main()
{
    _Alignas(1) long long x;
}

Both cases (and others) should error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions