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

Reply via email to