Fixed #50 — ICE on local import + -O3

This commit is contained in:
Alexey Prokhin
2012-01-10 19:58:53 +04:00
parent fb39835021
commit 04ef3ee901

View File

@@ -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)