scc

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

commit d1bebbb12dadfca6ac97f0ccfb693a95e85d3307
parent 84753772d685f95f823893d08742c346d5a6f374
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon,  3 Apr 2017 15:51:35 +0200

Add BUGS file

These bugs were discovered by Michael Forney
while he was compiling sbase. It is better to
have this list here until we are able to create
tests to check them.

Diffstat:
ABUGS | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/BUGS b/BUGS @@ -0,0 +1,7 @@ +# compiling sbase +logger.c:36: error: bad type conversion requested +ls.c abort in cc2-qbe, assign to type with size 0? +tail.c:105: error: 'MIN' undeclared +time.c: segfault in cc2-qbe, ASSHLD not present in optbl +tr.c:196: error: incompatible type for argument 4 in function call +uuencode.c: {standard input}:286: Error: 0x7fffffffffffffff out range of signed 32bit displacement