From 04ef3ee901372c5868cbb35465b410b4a15a7e67 Mon Sep 17 00:00:00 2001 From: Alexey Prokhin Date: Tue, 10 Jan 2012 19:58:53 +0400 Subject: [PATCH] =?UTF-8?q?Fixed=20#50=20=E2=80=94=20ICE=20on=20local=20im?= =?UTF-8?q?port=20+=20-O3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gen/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gen/main.cpp b/gen/main.cpp index baf8f888..02d41619 100644 --- a/gen/main.cpp +++ b/gen/main.cpp @@ -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)