Actions
Bug #1138
openC back-end prints exceeding information for unnamed structures and unions
Start date:
04/26/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
First of all this may be just for nested entities like so
.. { union { u16 u; char t[2]; } r; .. }
becomes
.. { union { u16 u; char t[2]; }; union { u16 u; char t[2]; } r; .. }
Although global and type scope also should be investigated.
It is encountered very seldom and just lead to compilation warning.
Actions