On Sat, Sep 08, 2007 at 06:28:18PM -0400, Trevis Rothwell wrote: > Would it be useful to delineate not only between ISO C features and GNU > C extensions, but also to delineate between the C89 and C99 standards? > In my day job, we, for rather unusual reasons, are using a very old > version of GCC that does not support C99, so for my group it would be > useful -- but I suspect that we are the exception rather than the rule.
Since gcc does have an option to run in C89 mode, the users need to know what this means (that is, what features are disabled).