From ceac300df2a6c50cab74088d63c348b6f9b22df5 Mon Sep 17 00:00:00 2001 From: Alexey Prokhin Date: Tue, 4 Jan 2011 14:03:27 +0300 Subject: [PATCH] Run deferred semantic --- gen/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gen/main.cpp b/gen/main.cpp index caa38adc..3f97f442 100644 --- a/gen/main.cpp +++ b/gen/main.cpp @@ -859,6 +859,9 @@ LDC_TARGETS if (global.errors) fatal(); + Module::dprogress = 1; + Module::runDeferredSemantic(); + // Do pass 2 semantic analysis for (int i = 0; i < modules.dim; i++) {