cc65 / cc65

cc65 - a freeware C compiler for 6502 based systems

Home Page:https://cc65.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cc65: Invalid parameter handling for functions

kugelfuhr opened this issue · comments

The following code should not compile but does:

int foo(int a,);
commented

A known bug (missing test case). A fix was done but still waiting for something else to be merged first.