
Risk Assessment Summary
Rule | Severity | Likelihood | Detectable | Repairable | Priority | Level |
---|---|---|---|---|---|---|
ARR30-C | High | Likely | No | No | P9 | L2 |
ARR32-C | High | Probable | No | No | P6 | L2 |
ARR36-C | Medium | Probable | No | No | P4 | L3 |
ARR37-C | Medium | Probable | Yes | No | P8 | L2 |
ARR38-C | High | Likely | No | No | P9 | L2 |
ARR39-C | High | Probable | No | No | P6 | L2 |
1 Comment
Arbob Ahmad
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?