Actions
Bug #10906
closedIncorrect line directives
Start date:
08/17/2021
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
CIF outputs C files with incorrect line directives. For example, tests/output/legacy_function.c
contains #line 418 "/home/novikov/work/cif/tests/input/legacy_function.c"
, but tests/input/legacy_function.c
consists of only 193 lines.
Updated by Evgeny Novikov over 3 years ago
- Status changed from New to Closed
Thank you for noticing this awful issue. It really can break references to original sources very considerably in some cases. I fix it in ff82373.
Actions