This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bugãreport
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Hayashi Eisuke <hayashi at dc dot ag dot asahi-kasei dot co dot jp>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 7 Jun 2006 05:25:43 -0700
- Subject: Re: bugãreport
- References: <4486875C.11C61E0D@dc.ag.asahi-kasei.co.jp>
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