Submitter: WG14 Convener (J. Benito)
Submission Date:2001-04-25
Source:
Reference Document: N/A
Version: 1.2
Date: 2003-10-23 00:12:00
Subject: Declarations using
[static]
Summary Given the following declarations:
void f(int n, int x[static n]); void f(int n, int x[n]) {}An example at the end of 6.7.5.3 (p21) indicates that these declarations are compatible, but it seems like there should also be something about this in composite types.
Committee Discussion
The Committee discussed adding a footnote to 6.7.5.3 paragraph 7 along the lines of item 1.
Committee Response
The Committee believe the specification about composite types is clear enough; the composite type will be based on "qualified pointer to type", and the static keyword (and any size values) are not used.