scc

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

commit 000323f401e35302f86538722eaa171809b66f1d
parent 4ba5dfc32e21fcdd4b7150ac2b5d6c326433675e
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 22 Jan 2016 14:56:09 +0100

Mark like wrong test059

This test is not passed due to char s3[] = {"foo"};

Diffstat:
Mcc1/tests/test059.c | 23++---------------------
1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/cc1/tests/test059.c b/cc1/tests/test059.c @@ -2,28 +2,9 @@ name: TEST059 description: Test of initalizers for strings error: -test059.c:31: warning: initializer-string for array of chars is too long -test059.c:33: error: array of inappropriate type initialized from string constant +TODO output: -V1 K #4 -G2 V1 s0 -( - "666F6F00 -) -V4 K #7 -G5 V4 s1 -( - "666F6F00000000 -) -V6 K #2 -G7 V6 s2 -( - "666F -) -G9 P p -( - "666F6F00 'P -) + */ char s0[] = "foo";