This is the mail archive of the gcc@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: Variable-sized types vs. templates


> Since dynamic arrays have been around for so long, and are used in so many
> programs, the C front end needs to continue supporting dynamic arrays in
> addition to VLAs.  There seems to be some confusion here though.  I just
> tried writing a simple testcase using a dynamic array that wasn't a valid VLA
> and gcc accepted it with -std=c99 -pedantic.  I'm sure this will eventually
> be sorted out.

PR 7948

R.


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