Parent issue: #828
Description
On Windows, cobj.exe segfaults when compiling test cases involving reference modification — dynamic reference modification and out-of-bounds offsets.
Affected tests
Environment
Expected behavior
cobj.exe should compile successfully and produce the same runtime diagnostics as on Linux.
説明
Windows 上で cobj.exe が、参照変更(動的参照変更、オフセット範囲外)を含むテストケースのコンパイル時に segfault します。
対象テスト
環境
期待される動作
Linux と同様にコンパイルが成功し、同じランタイム診断が得られること。
Parent issue: #828
Description
On Windows,
cobj.exesegfaults when compiling test cases involving reference modification — dynamic reference modification and out-of-bounds offsets.Affected tests
tests/run.src/ref-mod.at:Dynamic reference modificationOffset out of bounds in MOVE (1)Offset 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が、参照変更(動的参照変更、オフセット範囲外)を含むテストケースのコンパイル時に segfault します。対象テスト
tests/run.src/ref-mod.at:Dynamic reference modificationOffset out of bounds in MOVE (1)Offset out of bounds in MOVE (2)AT_SKIP_IFでスキップ中。環境
期待される動作
Linux と同様にコンパイルが成功し、同じランタイム診断が得られること。