Comment 3 for bug 443244

Revision history for this message
Trond Norbye (trond-norbye) wrote :

This is a bug in struct initializations in gcc (I actually had to rewrite the intialization pieces once due to a bug in gcc 4.4 with -Wmissing-field-initializers)

Guess we cannot assume that people have a working C99 compiler so we need to rewrite the code so that it works for broken compilers as well...