When is support for Designated Initialization per C99 expected to be implemented in g++? Is the current aggregate initialization support to be deprecated at that time? Example: struct flock f = { l_type: F_UNLCK, l_len: 0 }; << currently supported struct flock f = { .l_type = F_UNLCK, .l_len = 0 }; << C99 Vernon Sauder Office: +1 301.417.1798 Mobile: +1 240.994.2226 Email: Vernon.Sauder@xxxxxxxxxxxxxx