Am 22.08.22 um 06:55 schrieb Daniel Franzini:

* I ran the tests and I'm not sure if all the errors I got are actually specific for the pic ports. For example, this one (I got a lot of this one):

cases/../../../../sdcc/support/regression/cases/../tests/bug-2805.c:9: error 206: invalid combination of short / long


You get those because the pic ports are the only ports that still don't support long long (they also don't support _BitInt yet, I guess implementing support could be done for both at the same time, as there likely is a lot of overlap in codegen for them).

* maybe some guidance from more experienced people might help me separating pic-specific bugs from generic compiler bugs (if I'm able to, I will fix as much stuff as I can);

Since regression tests for other ports, e.g. "make test-stm8" pass, you are very unlikely to encounter generic compiler bugs (the few test cases for those are most likely disabled via #if 0 with a comment stating the relevant bug ticket number on sourceforge.

Philipp


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to