Files
tinycc/tests
grischka bb80cbe0d9 tcctest.c: sizeof (long) != 8
Bad assumption make bad things happen:

    long d3;
    asm(..."1:\tdec %3\n\t" : ... "=&c" (d3)

Which wants 'dec RDI' but did 'dec EDI' on _WIN64.

Also:
- tcctest.c: enable more asm tests for win64
- configure: show errors if any with 'gcc conftest.c'
- tccgen.c: remove decl0(x, y, z)
2022-10-14 21:56:16 +02:00
..
2022-08-16 15:59:41 +02:00
2022-10-13 20:32:47 +02:00
2017-09-24 18:03:26 -07:00
2021-02-13 01:03:41 +01:00
2020-12-16 17:52:59 +01:00
2020-12-16 17:52:59 +01:00
2022-08-16 15:59:41 +02:00
2021-01-12 18:06:23 +01:00
2020-09-17 09:11:10 +02:00
2022-08-16 15:59:41 +02:00
2022-10-14 21:56:16 +02:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00