|
From: | Christian Jullien |
Subject: | Re: [Tinycc-devel] Ready for Release 0.9.27 |
Date: | Thu, 9 Feb 2017 06:33:06 +0100 |
Great news, Here is a quick test with mod on 5 systems (fails on Linux ARM/ARM64/x64 for different reasons) - Windows 32bit {OK] - only tested with my OpenLisp huge non-regression test - Windows 64bit [OK] - only tested with my OpenLisp huge non-regression test - Linux CentOS 6.x [KO] ------------ dlltest ------------ ../tcc -B.. -I../include -I.. -I.. -DONE_SOURCE -DCONFIG_LDDIR="\"lib64\"" -DTCC_TARGET_X86_64 -DLIBTCC_AS_DLL ../libtcc.c -lm -ldl -shared -o libtcc2 ../tcc -B.. -I../include -I.. -I.. -DCONFIG_LDDIR="\"lib64\"" -DTCC_TARGET_X86_64 ../tcc.c libtcc2 -lm -ldl -Wl,-rpath=. -o tcc2 libtcc2:0: error: unrecognized character \x7f make[1]: *** [dlltest] Error 1 - Raspberry Pi 3 (ARM) [KO] ... ./abitest-tcc -B.. -I../include -I.. -I.. ret_int_test... Makefile:226: recipe for target 'abitest' failed make[1]: *** [abitest] Segmentation fault --- ../../tests/tests2/32_led.expect 2017-02-09 06:12:23.920041867 +0100 +++ 32_led.output 2017-02-09 06:13:11.539883594 +0100 @@ -1,4 +1,4 @@ - _ _ _ _ - | _| _| |_| |_ |_ | - | |_ _| | _| |_| | + + + ... Makefile:54: recipe for target '32_led.test' failed Test: 42_function_pointer... --- ../../tests/tests2/42_function_pointer.expect 2017-02-09 06:12:23.9300 41833 +0100 +++ 42_function_pointer.output 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -yo 24 -42 Makefile:54: recipe for target '42_function_pointer.test' failed ... Test: 88_codeopt... make[2]: Target 'all' not remade because of errors. make[2]: Leaving directory '/home/jullien/tinycc/tests/tests2' Makefile:85: recipe for target 'tests2-dir' failed make[1]: *** [tests2-dir] Error 2 - APM X-Gene Mustang board (Aarch64) [KO] Test: 42_function_pointer... --- ../../tests/tests2/42_function_pointer.expect 2016-10-13 21:48:59.8278 35999 -0700 +++ 42_function_pointer.output 1969-12-31 16:00:00.000000000 -0800 @@ -1,2 +0,0 @@ -yo 24 -42 make[2]: *** [42_function_pointer.test] Error 1 -----Original Message----- Hi all, I pushed some last patches that I found and updated the version number: http://repo.or.cz/w/tinycc.git?a=shortlog;h=refs/heads/mob So, as far as I'm concerned it would be ready for release. Anyone else any patches that that 0.9.27 should still have? Everyone else, please test. --- grischka _______________________________________________ Tinycc-devel mailing list |
[Prev in Thread] | Current Thread | [Next in Thread] |