scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit f44fbcce4e21d09d787dfbfe0d202a7454a2b65f
parent 210ed214bd0c9804f08a68706e216f65c9aec6b4
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 10 Jan 2016 09:14:28 +0100

Mark size_t as an arithmetic type

Fix test #037

Diffstat:
Mcc1/types.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cc1/types.c b/cc1/types.c @@ -270,6 +270,7 @@ static Type types[] = { .letter = L_UINT, .defined = 1, .size = 2, + .arith = 1, .align = 1, .n.rank = RANK_UINT, .printed = 1