Hi, This commit raises this error on RPi aaa=3 @@ -556,7 +556,7 @@ __builtin_types_compatible_p(int *, int *) = 1 __builtin_types_compatible_p(int *, void *) = 0 __builtin_types_compatible_p(int *, const int *) = 0 -__builtin_types_compatible_p(char *, unsigned char *) = 0 +__builtin_types_compatible_p(char *, unsigned char *) = 1 __builtin_types_compatible_p(char * *, void *) = 0 res = 1 res = 1 @@ -579,7 +579,9 @@ weak_asm_v3=0 43 str: __builtin_frame_address -bfa1: $ +bfa1: __builtin_frame_address +bfa2: __builtin_frame_address +bfa3: __builtin_frame_address 18/21=0 18!=18 41/21=1 make[1]: *** [test3] Error 1
I also get this warning: In file included from ../libtcc.c:41: ./tccrun.c:245: warning: implicit declaration of function '__clear_cache' ----- Message d'origine ----- De : "grischka" <[email protected]> Date mar. 21/01/2014 13:41 (GMT +01:00) À : "Kirill Smelkov" <[email protected]> Cc : "[email protected]" <[email protected]> Objet : Re: [Tinycc-devel] mksh fails to build with bound check Kirill Smelkov wrote: > P.S. Grishka, I think the tests "cleanup" you've done in > d5f4df09 "tests: cleanup", where you removed test1b,test2b and test3b > tests is not right - gaining `tcc -b` being able to compile itself was > hard, and tests were there to assure it will stay that working way > without regressions. Ok, I've put them back: http://repo.or.cz/w/tinycc.git/commitdiff/32a4962593d6a2006cdd725480124717e7f5377d --- grischka > > Kirill > _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
