yichang
yichang
this is the minimized input of one probem when using kcc to compile dzen : https://github.com/robm/dzen kcc can compile `dzen`, however the executable file can't run properly we found it...
when compile `sophia https://github.com/pmwkaa/sophia` commit `669d57ba91bcb3593d8528704b2d790a97ffadd6` kcc can't use the gcc defined functions like `__sync_lock_test_and_set` for atomic functionality maybe RV-match should think about it this is a minimized input for...
for issue https://github.com/kframework/c-semantics/issues/347 can work around by install lua5.1, then no need to compile the minilua but it will have new problem in ``lj_def.h`` , it need to have the...
#kcc can't compile the C project wrk, for the first error: #"out of memory" I created the minimized input to reproduce it. You can run the following command ``` if...
``` system info Ubuntu 16.04.5 with 5GB memory kcc: version 1.0 GNU-compatible Build number: 77a4079-1542856183611 ``` if use kcc to compile minilua (one executable file LuaJIT need), it will run...
kcc can compile enchive : https://github.com/skeeto/enchive commit 3f1910cb0c7ed30ee09a293ca0a91e2b57486722 but when set the -fissue-report flag to generate the report it will have the error: ``` ... ... Fatal error: out of...
#problem: kcc can compile the crackle project: https://github.com/mikeryan/crackle.git But the tests will all fail when gcc can work well the cause: The problem will be introduced when passing the struct...
#for previous issue #321 we add -std=gnu11 to cflags it can solve the undefined variable problem, but the link process for libcurl will fail #to reproduce the problem the bash...
#here is a very simple task to use libtool to compile and link a library with kcc as compiler the library only contains one helloWord like function #but it seems...