Parent issue: #828
Description
On Windows, cobj.exe segfaults when compiling test cases where MOVE uses subscripts that are out of bounds.
Affected tests
Environment
Expected behavior
cobj.exe should compile successfully and produce the same runtime diagnostics as on Linux.
説明
Windows 上で cobj.exe が、添字が範囲外の MOVE を含むテストケースのコンパイル時に segfault します。
対象テスト
環境
期待される動作
Linux と同様にコンパイルが成功し、同じランタイム診断が得られること。
Parent issue: #828
Description
On Windows,
cobj.exesegfaults when compiling test cases whereMOVEuses subscripts that are out of bounds.Affected tests
tests/run.src/subscripts.at— test casesSubscript out of bounds in MOVE (1),Subscript out of bounds in MOVE (2)AT_SKIP_IF(introduced in ci: run autotest-based tests on Windows using Git Bash #823).Environment
Expected behavior
cobj.exeshould compile successfully and produce the same runtime diagnostics as on Linux.説明
Windows 上で
cobj.exeが、添字が範囲外のMOVEを含むテストケースのコンパイル時に segfault します。対象テスト
tests/run.src/subscripts.at— テストケースSubscript out of bounds in MOVE (1),Subscript out of bounds in MOVE (2)AT_SKIP_IFでスキップ中。環境
期待される動作
Linux と同様にコンパイルが成功し、同じランタイム診断が得られること。