scc

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

commit 1d36866ee5505eec6d0310522e5ba8879d44f5bd
parent 9f363578d2563e399e8a08d473440a6305d5b9f0
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 15 Nov 2021 22:59:50 +0100

tests/cc: Add 0192-ptrcmp.c

This error is happening in the expansion of the macro getc().

Diffstat:
Mtests/cc/execute/scc-tests.lst | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -182,3 +182,4 @@ 0189-cpp-no.c [TODO] 0190-enum-ary.c 0191-ary-addr.c +0192-ptrcmp.c [TODO]