Re: [Tinycc-devel] Tinycc for ARM help needed !

2014-04-03 Thread Domingo Alvarez Duarte
Thanks for the help ! Testing on my linux X86_64 give me this error: - ~/dev/c/tinycc/tests$ ../tcc -B.. -I.. -I.. -I../include -DCONFIG_LDDIR=\lib\ -DCONFIG_MULTIARCHDIR=\x86_64-linux-gnu\ -DTCC_TARGET_X86_64 -DONE_SOURCE -o tcc.tcc ../tcc.c -ldl ~/dev/c/tinycc/tests$ valgrind

Re: [Tinycc-devel] Tinycc for ARM help needed !

2014-04-03 Thread Domingo Alvarez Duarte
This error appear only when the program is compiled with tinycc without debug info, with debug info valgrind runs fine without errors, and striping the program then the program and valgrind also works fine. On Thu, Apr 3, 2014 at 5:41 PM, Domingo Alvarez Duarte mingo...@gmail.comwrote: Thanks

[Tinycc-devel] tcc i386 test failures after commit ea2805f

2014-04-03 Thread Ramsay Jones
Hi Michael, tcc on i386 has been failing a couple of tests for a while. For example, commit 3e56584 (Allow local redefinition of enumerator, 31-03-2014), fails like so: $ make test ... test1b ../tcc -B.. -I.. -I.. -I../include -b -run tcctest.c test.out1 ---

Re: [Tinycc-devel] tcc i386 test failures after commit ea2805f

2014-04-03 Thread Domingo Alvarez Duarte
Indeed I did so on my repository https://github.com/mingodad/tinycc/commit/74840e25b5d2bde099dbd3e7088cfef49bb172ce On Thu, Apr 3, 2014 at 8:55 PM, Domingo Alvarez Duarte mingo...@gmail.comwrote: I propose to remove bounds check from tests/build till we have a good solution/implementation to

Re: [Tinycc-devel] tcc i386 test failures after commit ea2805f

2014-04-03 Thread Michael Matz
Hi, On Thu, 3 Apr 2014, Domingo Alvarez Duarte wrote: I propose to remove bounds check from tests/build till we have a good solution/implementation to it. Why should we? The checks are for features that are supposed to work. They did work once. They don't anymore. That's a regression.