tyfkda / xcc

Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm
https://tyfkda.github.io/xcc/
MIT License
254 stars 17 forks source link

Ensure struct member size #90

Closed tyfkda closed 2 years ago

tyfkda commented 2 years ago

Hi @mingodad , would you please take a look this PR? Thanks!

not only struct, but also array.

Fix #89

mingodad commented 2 years ago

It seems to fix the problem, because now when I try to compile yacc.c it goes forward and stop on missing stdlib/stdio functions that's missing. Thank you for your great work !