[Tinycc-devel] Transparent Function Aliases

2022-03-17 Thread Asher Mancinelli
Hello, I'm attempting to get this WG14 proposal (N2901) working in TinyCC, based off of this diff from JeanHeyd Meneide . To sum

[Tinycc-devel] multi dimensional arrays on stack do not work any more

2022-03-17 Thread Herman ten Brugge via Tinycc-devel
After commit: "tccgen: accept array-size expressions in function paramters" The code: void test (int arr[2][2][2]) {   arr[1][1][1] = 3; } Does not work any more. When I revert the commit the code works as expected.     Herman ___ Tinycc-devel m

Re: [Tinycc-devel] Commit 0c6adcb (tccgen: multi-dimensional vla: bug fixes) causes segfaults on OpenBSD

2022-03-17 Thread Brian Callahan
Hi again -- On 3/16/2022 4:51 PM, Brian Callahan wrote: > Hello TinyCC developers -- > > One of the three commits from today, 0c6adcb (tccgen: multi-dimensional > vla: bug fixes), causes tcc to segfault on OpenBSD. > Fixed as of 291eccc (Vla fix for 64 bits targets) -- thanks! ~Brian

[Tinycc-devel] Tests 108 and 114 constantly fail on macOS

2022-03-17 Thread Christian Jullien
Hi team, I wonder if tests 108 and 114 are supposed to work on macOS. It happens from several versions (don't know exactly when). Whether I compile tcc on a pure x64 or using x64 emulation on Silicon cpu (aka M1), I get Test: 108_constructor... --- 108_constructor.expect 2022-03-