reactos/modules/rostests/apitests/compiler
Timo Kreuzer ff8d24cabb [PSEH3] Fix _SEH3_LEAVE
Previously, when leave was used in the except or finally block of a nested try block, it would jump back to the start of the except/finally block, resulting in an endless loop. This is fixed by jumping back to a label at the beginning of the try block, which is only visible from within the try block itself and from there to the end of the SEH block.
Fixes seh0055 testcase of MS SEH tests.
2025-07-10 11:15:23 +03:00
..
ms [SDK][PSEH] Improve PSEH a bit 2024-11-27 10:50:03 +02:00
CMakeLists.txt [COMPILER_APITEST] Add tests for float to int conversion 2024-08-27 21:34:50 +03:00
compiler_apitest.sln [COMPILER_APITEST] Add tests for float to int conversion 2024-08-27 21:34:50 +03:00
compiler_apitest.vcxproj [COMPILER_APITEST] Add tests for float to int conversion 2024-08-27 21:34:50 +03:00
floatconv.c [COMPILER_APITEST] Disable some tests for GCC 2025-06-07 15:53:51 +00:00
ms_seh.c [PSEH3] Fix _SEH3_LEAVE 2025-07-10 11:15:23 +03:00
pseh.c [COMPILER_APITEST] Fix pseh test that failed when compiled with GCC 2023-01-31 18:39:21 +01:00
pseh_cpp.cpp
psehtest2.c
testlist.c [COMPILER_APITEST] Add tests for float to int conversion 2024-08-27 21:34:50 +03:00