Cyril Plisko <[EMAIL PROTECTED]> wrote: > > This seems to verify a compiler bug. > > > > In contrary to > > > > extern struct foo *p; > > > > the [] notation needs to know the size but it should be sufficient > > if the compile knows the size before the variable is used. > > > > Jörg > > > > Apparently, C prohibits declaration like this - > > http://gcc.gnu.org/ml/gcc/2005-02/msg00053.html > http://gcc.gnu.org/ml/gcc/2005-02/msg00054.html
I understand the content from the Link http://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_047.html as a confirmation for my assumption that it is a compiler bug. Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED] (uni) [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-code mailing list [email protected] https://opensolaris.org:444/mailman/listinfo/opensolaris-code
