Christoffer Lerno

Results 1219 comments of Christoffer Lerno

Scanf is such a bad function in C though. I don't see people copying it to be honest.

You can have a look at the formatter how it handles `any`

The files in test/test_suite that don't end with .c3t may be tests for errors. So some of the above were false positives. I've fixed the bugs I could find. Please...

Thank you, I'll look into it.

Yes, it's probably quite a bit of work to make it behave properly. For now, you can avoid all of this by using --use-stdlib=no. This will not include the stdlib,...

This is probably the best solution until it is fully supported.

Ok, the problem was that it defaulted to rv32i / rv64i. If you have a processor with multiply, you need to specify it. You now can do `--cpu-flags +m` to...

`--riscv-cpu` is now added as way to quickly set a good default. With this I consider this done. Can you try it?