Rule 19.1 and assigment between members of a struct - Printable Version +- MISRA Discussion Forums (https://forum.misra.org.uk) +-- Forum: MISRA C (https://forum.misra.org.uk/forumdisplay.php?fid=4) +--- Forum: MISRA C:2012 and MISRA C:2023 guidelines (https://forum.misra.org.uk/forumdisplay.php?fid=21) +---- Forum: 8.19 Overlapping storage (https://forum.misra.org.uk/forumdisplay.php?fid=174) +---- Thread: Rule 19.1 and assigment between members of a struct (/showthread.php?tid=1216) |
Rule 19.1 and assigment between members of a struct - GerlindeKettl - 20-11-2015 Does this code violate rule 19.1? Code: struct s_tag { Re: Rule 19.1 and assigment between members of a struct - misra-c - 11-12-2015 Your code is compliant with rule 19.1, though will violate rule 19.2. |