05-12-2018, 06:52 PM
This could get interesting - i assume that is the same like tool qualification in ISO 26262 (e.g. https://www.jnovel.co.jp/en/service/comp...26262.html)?
Anyways, i personally divide MISRA rules in three big categories:
So, based on my experience i would answer your question about robustness against compiler failures with no, but i am very much interested in other people's opinions on this subject.
Anyways, i personally divide MISRA rules in three big categories:
- Purely about code style (e.g. writing 1U instead 1u, using unique identifiers, etc.)
- Purely about avoiding implementation defined behavior (e.g. size of an integer)
- Purely about avoiding undefined behavior (e.g. casting away const)
So, based on my experience i would answer your question about robustness against compiler failures with no, but i am very much interested in other people's opinions on this subject.
<t></t>