According to the OpenMP spec one can specify array sections as
[lower-bound:length] or [lower-bound:] or [:length] or [ : ]
However if one tries one except [:] the compiler complains about a missing "]" instead of detecting the number or variable used.
Is this known and going to be fixed?