Hi,

I get the following error when compiling tcc from git:

gcc -o x86_64-gen.o -c x86_64-gen.c -DCONFIG_LDDIR="\"lib\"" 
-DCONFIG_MULTIARCHDIR="\"x86_64-linux-gnu\"" -DTCC_TARGET_X86_64 -I.  -Wall -g 
-O2 -fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare -Wno-unused-result
x86_64-gen.c:1064:5: error: conflicting types for ‘gfunc_sret’
 int gfunc_sret(CType *vt, CType *ret, int *ret_align) {
     ^
In file included from x86_64-gen.c:121:0:
tcc.h:1292:13: note: previous declaration of ‘gfunc_sret’ was here
 ST_FUNC int gfunc_sret(CType *vt, int variadic, CType *ret, int *align);
             ^
make: *** [x86_64-gen.o] Error 1

-- 
Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to