Skip to content

Add C23 alignof and alignas to lexer#191

Merged
sim642 merged 1 commit intodevelopfrom
c23-alignas
Sep 2, 2025
Merged

Add C23 alignof and alignas to lexer#191
sim642 merged 1 commit intodevelopfrom
c23-alignas

Conversation

@sim642
Copy link
Copy Markdown
Member

@sim642 sim642 commented Sep 1, 2025

Closes #189.

It's enough to fix testc11/alignas.

@sim642 sim642 added this to the 2.0.7 milestone Sep 1, 2025
@sim642 sim642 merged commit d5490ca into develop Sep 2, 2025
14 of 28 checks passed
@sim642 sim642 deleted the c23-alignas branch September 2, 2025 13:41
sim642 added a commit to sim642/opam-repository that referenced this pull request Sep 2, 2025
CHANGES:

* Add `_Float16` type support (goblint/cil#190, goblint/cil#193).
* Add C23 `alignof` and `alignas` support (goblint/cil#189, goblint/cil#191).
* Add initializer support for anonymous struct in union (goblint/cil#176, goblint/cil#184).
* Fix enumerator printing (goblint/cil#185).
* Remove global state from `Pretty` (goblint/cil#187).
* Remove OCaml <4.12 support (goblint/cil#180, goblint/cil#181).
* Use `gnu11` standard in most tests (goblint/cil#188, goblint/cil#192).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

alignas on C23

1 participant