diff options
-rwxr-xr-x | iclm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |