Re: [CIL users] Strange comment in test/small1/array-size-trick.c

2010-10-14 Thread Gabriel Kerneis
On Fri, Oct 08, 2010 at 09:07:27AM +0200, Roberto Bagnara wrote: > In test/small1/array-size-trick.c > > // This should be allowed ! > extern struct foo udp_stats_in6[2 * 2]; > > These lines were added by George Necula in r6563. > I am curious about the meaning of that comment > because

[CIL users] Strange comment in test/small1/array-size-trick.c

2010-10-08 Thread Roberto Bagnara
In test/small1/array-size-trick.c // This should be allowed ! extern struct foo udp_stats_in6[2 * 2]; These lines were added by George Necula in r6563. I am curious about the meaning of that comment because, to me, that declaration seems to violate the C99 standard, 6.7.5.2p1 (The elem