This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:Questionable C/C++ statement


hi,
    variable sized automatic arrays are allowed in ISO C99 standards and
gcc allows them in the C89 mode as an extension.
    For details on the storage allocation for the same, please refer to
the section titled "Variable Length" in gcc info pages.

regards
saurabh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]