Opened 18 months ago
#275 new defect
Array length accepts implicit conversion from non-int
Reported by: | mlbrooks | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description
int a[3.14];
GCC actual, CFA expected: reject
CFA actual: accept
Note: See
TracTickets for help on using
tickets.