Jan Andersen - 4 days ago

I have downloaded the source code sdcc-src-20260825-16811.tar.bz2 and found the error.
It is in the file sdcc\sdas\asxxsrc\aslist.c.
After line 258 (Check NO-LIST Conditions), a "Check Listing Nothing" statement needs to be inserted:

    /*

     * Check Listing Nothing  JA - Added 2026-08-27
     */
    if (listing == LIST_NONE) {
        return;
    }

I do not know to whom or how this is reported.

 

Last edit: Jan Andersen 4 days ago