On Fri, 2 Dec 2011, Ludovic Court�s wrote:

> Is there a way array dimension info could be preserved?

Perhaps you could explain the actual problem you are trying to solve?  The 
value of such a dimension is specified in the C standard to be checked for 
constraint violations (such as being <= 0) but otherwise ignored; in 
particular, unless "static" is inside the [], the actual pointer passed 
may be NULL or point to an array smaller than the specified dimension.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to