scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 967584afc72c32a3cf344dcb6c0e25febe3d1a62
parent 7e16db5266a4c029474fe364b70b4bd77190ab43
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed,  7 Oct 2015 21:56:09 +0200

Mark test038 as not passed

The initializer of G1 has expression form, which is incorrect for
external symbols.

Diffstat:
Mcc1/tests/test038.c | 17+----------------
1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/cc1/tests/test038.c b/cc1/tests/test038.c @@ -3,22 +3,7 @@ name: TEST038 description: Basic test for tentative definitions output: -G1 I x - G1 #I0 :I -F2 I E -X3 F2 main -F4 P E -G5 F4 foo -{ -\ - r X3 'P -} -G3 F2 main -{ -\ - G1 #I0 :I - r G1 -} + */ int x;