Actions
Bug #10907
closedInstrumentation of the last function in a file
Start date:
08/17/2021
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
test_simple and @test_function
are currently failing because CIF incorrectly instruments last functions in the corresponding files. This causes CIF to generate invalid C code.
Updated by Evgeny Novikov about 3 years ago
- Category set to Weaving
- Status changed from New to Closed
- Priority changed from Normal to High
That was caused by the fact, that a location of a next token for a last function in a file was not valid while instrumentation was based upon it. Though, we did not meet the issue in practice yet, it is still very crucial. In particular, some CIF test cases failed and were disabled due to it. I fixed the issue in ff82373.
Actions