scc

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

commit eca5273ebdc8161b272031a88ce015917206cb3a
parent b590236cc22e80eb94740d5eb51a3c56c4b50c48
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]