Information for Editors
In order to have a new guideline automatically listed above be sure to label it arr and rule.

Risk Assessment Summary

Rule

Severity

Likelihood

Detectable

Repairable

Priority

Level

ARR30-CHighLikelyNoNo

P9

L2

ARR32-CHighProbableNoNo

P6

L2

ARR36-CMediumProbableNoNo

P4

L3

ARR37-CMediumProbableYesNo

P8

L2

ARR38-CHighLikelyNoNo

P9

L2

ARR39-CHighProbableNoNo

P6

L2

Related Rules and Recommendations


1 Comment

  1. When I use GCC version 4.1 to compile a program with a variable declared to have an incomplete type (i.e., int[]), I get a compile time error unless the variable is initialized in the same statement.

    What compilers accept this type of declaration and is it part of the standard?