Martijn Kuipers wrote: > [EMAIL PROTECTED]:~$ gcc-2.95 --std=c99 -pedantic -Wall -W -ofoo foo.c > cc1: unknown C standard `c99'
This makes this test a little less useful. Try with --std=c9x (GCC 2.95 is old enough not to know the standard by the "official" name). According to GCC 3.0 C99 status page [1], 3.0 supported flexible array members. There is no similar page for 2.95. -- Antti-Juhani [1] http://gcc.gnu.org/gcc-3.0/c99status.html - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

