Hi,

I realize that when I've make the tests for __attribute__((cleanup))
I've tests a lot of very tricky goto, but completely forgot about
break and continue, after testing cleanup with loop and switch turn
out it was broken.

I've fix it and add a test on my github:
https://github.com/cosmo-ray/tcc/commits/mob ( last commit on mob
branch)
Should I push this ?
The bigger change is that now I need to pass break and continue
cleanup Sym in block() (so the functions take now 5 arguments instead
of 3)

Thanks,
Matthias

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to