shithub: scc

Download patch

ref: f44fbcce4e21d09d787dfbfe0d202a7454a2b65f
parent: 210ed214bd0c9804f08a68706e216f65c9aec6b4
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Jan 10 04:14:28 EST 2016

Mark size_t as an arithmetic type

Fix test #037

--- a/cc1/types.c
+++ b/cc1/types.c
@@ -270,6 +270,7 @@
 		.letter = L_UINT,
 		.defined = 1,
 		.size = 2,
+		.arith = 1,
 		.align = 1,
 		.n.rank = RANK_UINT,
 		.printed = 1