mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-12 07:00:07 +08:00
int i = i++ causes a segfault because of missing guard. Looking recursively at all backend functions called from middle end several more guard appeared to be missing.
2 lines
13 B
C
2 lines
13 B
C
int i = i++;
|