1
0
mirror of https://github.com/mirror/tinycc.git synced 2025-04-27 14:10:23 +08:00
Commit Graph

1 Commits

Author SHA1 Message Date
Petr Skocik
ccc1651075 Create scopes for switches/whiles/do-whiles
The C standard has required this since at least C99.
A new scope should also be created for ifs, but that's currently
breaking tests2/122_vla_reuse.
2023-03-05 22:31:40 +01:00