Skip to content

Change minimal type alignment to 1#23

Open
nd wants to merge 1 commit intoTartanLlama:mainfrom
nd:p660
Open

Change minimal type alignment to 1#23
nd wants to merge 1 commit intoTartanLlama:mainfrom
nd:p660

Conversation

@nd
Copy link

@nd nd commented Jul 20, 2025

Itanium C++ ABI initializes alignment to 1 instead of 0. Computing modulo 0 in has_unaligned_fields will trigger exception. This can happen in classes with no members.

Itanium C++ ABI initializes alignment to 1 instead of 0.
Computing modulo 0 in has_unaligned_fields will trigger exception.
This can happen in classes with no members.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant