scc

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

commit 40ec168fafcf9d527a923c78b73ac29dc10a586a
parent 9947311ab028bc6949e8c91c28ea5d92a2ee9928
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 31 Oct 2018 10:21:08 +0100

Add bug related to ar

Diffstat:
MBUGS | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/BUGS b/BUGS @@ -5,3 +5,4 @@ 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 +ar: It doesn't accept an empty list of object files.