------- Comment #5 from amitondemand at gmail dot com 2008-02-08 07:20 ------- As i know C++ doesn't support VLA. Please update me if i m wrong.
(In reply to comment #2) > VLA in C++ is an extension, if you use -pedantic, you will get an error. > Also VLA uses the value at the time at definition and no other value after > wards. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35125