aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xiclm5
1 files changed, 4 insertions, 1 deletions
diff --git a/iclm b/iclm
index 6465267..cce1a27 100755
--- a/iclm
+++ b/iclm
@@ -80,9 +80,12 @@ proc tryCompile { } {
} -re "Can't find (.*)\.icl" {
tryImport $expect_out(1,string)
return
- } -re "dynamic used but support for dynamics not enabled|TC class undefined" {
+ } -re "\[Dd\]ynamic used but support for dynamics not enabled|TC class undefined" {
tryWithOption "-dynamics"
return
+ } -re ":: expected instead of \\\*|end of definition expected instead of =>" {
+ tryWithOption "-clc cocl-itasks"
+ return
} "Nonrepresentable section on output" {
tryWithOption "-l -no-pie"
return