mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-27 18:13:13 +01:00
Fixed #50 — ICE on local import + -O3
This commit is contained in:
@@ -946,6 +946,7 @@ LDC_TARGETS
|
||||
m = (Module *)Module::amodules.data[i];
|
||||
if (global.params.verbose)
|
||||
printf("semantic3 %s\n", m->toChars());
|
||||
m->semantic2();
|
||||
m->semantic3();
|
||||
}
|
||||
if (global.errors)
|
||||
|
||||
Reference in New Issue
Block a user