tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] compilation fails (git): conflicting types for gfunc_sret


From: Vincent Lefevre
Subject: [Tinycc-devel] compilation fails (git): conflicting types for gfunc_sret
Date: Tue, 7 Jan 2014 13:36:34 +0100
User-agent: Mutt/1.5.21-6305-vl-r59709 (2013-04-16)

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 <address@hidden> - 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]