tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] cast error bug?


From: Ian Gulliver
Subject: [Tinycc-devel] cast error bug?
Date: Tue, 19 Oct 2004 16:26:16 -0400
User-agent: Mutt/1.5.6+20040722i

I'm trying to compile a library of mine, firestring, with tcc.  Builds
fine with gcc.  Odd error building with tcc, that looks like a bug to
me:

firestring.c:1175: cannot cast 'long long *(const struct firestring_estr_ts *, 
void *)' to 'long long *(const struct firestring_estr_ts *, void *)'

Broken out, that looks like:

firestring.c:1175: cannot cast
'long long *(const struct firestring_estr_ts *, void *)' to
'long long *(const struct firestring_estr_ts *, void *)'

Source is here:

http://firestuff.org/archzoom/address@hidden/firestring--tcc--0--patch-2.tar.gz

Any help would be appreciated; tcc has already been very helpful in
finding some const typing bugs that gcc didn't see, and I'd like to get
the whole thing building with it.

-- 
Ian Gulliver
Penguin Hosting
"Failure is not an option; it comes bundled with your Microsoft products."

Attachment: signature.asc
Description: Digital signature


reply via email to

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