mingodad/cfront-3

Bad C code generation if we add a constructor to

Opened this issue · 0 comments

On

//pnd_internal_item(): nodep(0), this_is_leaf(0) {} //cfront emit double new
if we add that constructor the generated C code has a call to __new_vec that will loop endless.