Skip to content

cgen: improve codegen for array fixed init for g++ compiler#25725

Merged
spytheman merged 1 commit into
vlang:masterfrom
felipensp:improve_codegen_for_array_fixed
Nov 13, 2025
Merged

cgen: improve codegen for array fixed init for g++ compiler#25725
spytheman merged 1 commit into
vlang:masterfrom
felipensp:improve_codegen_for_array_fixed

Conversation

@felipensp

Copy link
Copy Markdown
Member

Improve codegen for #25697
Fix #25723

@spytheman

Copy link
Copy Markdown
Contributor

oh, wow! @felipensp you are amazing! It took you less time to fix it, than for me to file the issue 🥳 .

@spytheman spytheman marked this pull request as ready for review November 13, 2025 14:39
@spytheman spytheman merged commit 4f773fc into vlang:master Nov 13, 2025
84 checks passed
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.

cgen error when -cc g++ is used for const x = $if some_define? { [u8(1), 2, 3]! } $else { [u8(4), 5, 6]! }

2 participants