This is the mail archive of the gcc-bugs@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: bugãreport



Hi Hayashi-san,


I am writing to you regarding bugãreport


aboutãunderãthisãcode


aaa(intãbbb)ã{
ããcharã*ccc[bbb]
ããã
}

gccãresponseãnoãerror.ããbutãmemoryãerrorãoccured.

GCC accepts this as an extension to the ISO C 90 and ISO C++ languages by default. The extension is called Variable Length Arrays and it is officially part of the ISO C99 language.

Thanks,
Andrew Pinski

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