Eli Friedman wrote:-<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
> On Fri, May 23, 2008 at 3:17 AM, Csaba Hruska <<a href="mailto:csaba.hruska@gmail.com">csaba.hruska@gmail.com</a>> wrote:<br>
> > gcc accepts it, but clang thows this:<br>
> >     error: variable length array declared outside of any function<br>
><br>
> gcc is wrong here; "(unsigned int)(100.*120.)" isn't an integer<br>
> constant expression (per the definition in C99 6.6), so A is in fact<br>
> an illegal VLA per the standard. Not sure what to do here.</div></blockquote><div><br>Perhaps it could use a better diagnostic, like:<br><br>error: array declared outside of function without integer constant length<br>
<br>- John<br></div></div><br>