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]

[Bug c++/15508] Size evaluation of variable-length array seem to be skipped in some cases.


------- Additional Comments From takashi dot yano at nifty dot ne dot jp  2004-05-18 13:38 -------
(In reply to comment #1)
> Fixed in 3.4.0 by rejecting the VLA: 

GCC 3.4.0 Manual saids,
-Extensions to the C Language Family 
--Arrays of Variable Length 
"Variable-length automatic arrays are allowed in ISO C99, and as an extension 
GCC accepts them in C89 mode and in C++."

Do you mean this is not correct anymore?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15508


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