From: His S. <sha...@gm...> - 2024-06-30 12:19:25
|
There might be a bug in https://sourceforge.net/p/sdcc/code/HEAD/tree/trunk/sdcc/src/pic16/glue.c#l1805 reg is defined as memmap * in ralloc.h, but on this line there's an attempted assignment of reg_info * pointer to it. Everywhere else, where there is a reg variable, it is first defined as reg_info *. Is it as it should be? GCC14 build fails since they've turned the incompatible pointer types warning into an error. -- HisShadow |