Skip to content

Comments

Use Address instead of size_t for table indicies#8362

Merged
stevenfontanella merged 1 commit intomainfrom
32-fix
Feb 24, 2026
Merged

Use Address instead of size_t for table indicies#8362
stevenfontanella merged 1 commit intomainfrom
32-fix

Conversation

@stevenfontanella
Copy link
Member

@stevenfontanella stevenfontanella commented Feb 23, 2026

Fixes #8360.

Tested with

cmake -G Ninja -DCMAKE_CXX_FLAGS="-m32" -DCMAKE_C_FLAGS="-m32" -DCMAKE_BUILD_TYPE=Debug .
ninja
python3 check.py lit

(32-bit build) which fails without this PR. There is no 32-bit build in CI FWIW.

@stevenfontanella stevenfontanella marked this pull request as ready for review February 24, 2026 00:09
@stevenfontanella stevenfontanella merged commit 347b7ae into main Feb 24, 2026
17 checks passed
@stevenfontanella stevenfontanella deleted the 32-fix branch February 24, 2026 00:22
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.

[regression] lit/exec/table64.wast test fails on x86 32-bit

2 participants