Bulletin number: 285 Products affected: D711D D611A D511A Description: sizeof fails on typedefs of arrays Component: compiler Date: Mon May 21 14:49:33 BST 1990 ----- The sizeof operator fails to give the correct size when applied to the name of a typedef definition when the typedef is defined to be a multi-dimensional array of two or more dimensions. The sizeof operator does however return the correct value for a variable whose type is defined to be the name of this typedef definition.