Mem error when more multiple uses on top level with multiple statements in grouping
Opened this issue · 0 comments
olofhagsand commented
If many uses on top-level:
module ..
uses g1;
uses g2;
And grouping g1 contains more than a single statement, then a memory error may occur which may cause SEGV.