tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Complain for static fct ...


From: grischka
Subject: [Tinycc-devel] Complain for static fct ...
Date: Mon, 07 Feb 2011 20:20:55 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

http://repo.or.cz/w/tinycc.git/commitdiff/cf36410e

Note that the base types are not bitflags.  The patch as is produces
false positives for e.g. { static struct {} xxx; ... }

Also there is already an if-branch for functions just one line below.
For efficiency and anyway natural reasons the check should be under
that if-branch.

Also, error messages in tcc all start lower case.

Thanks,

--- grischka




reply via email to

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