Actions
Bug #11464
closedC back-end incorrectly handles initialization of anonymous unions
Start date:
03/05/2022
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
For instance, this results in CIL failures when substituting macro DECLARE_TASKLET_OLD for Linux 5.10.
Updated by Evgeny Novikov over 2 years ago
- Related to Feature #11458: Improve support for Linux 5.10 added
Updated by Evgeny Novikov over 2 years ago
- Related to Bug #5280: C backend generates artificial structure declarators (field declarators) for unnamed structures and unions added
Updated by Evgeny Novikov over 2 years ago
This was already partially fixed by #5280, but that fix does not work in a more tricky conditions.
Updated by Evgeny Novikov over 2 years ago
- Status changed from New to Resolved
I fixed this in c33e170. Let's wait for testing results at Klever's CI.
Updated by Evgeny Novikov over 2 years ago
- Status changed from Resolved to Closed
Tests demonstrated that the bug fix works well.
Actions