Hi!<br>It's me again ;)<br>I've found an another bug.<br><p>gcc accepts it, but clang thows this:<br> error: variable length array declared outside of any function</p><p>I'v compiled it with clang svn revision 51478.<br>
</p>code:<br>#define C1 100.<br>#define C2 120. <br><br>typedef struct<br>{<br> int A [(unsigned int)(C1*C2)];<br>} s_t;<br><br>Cheers,<br>Csaba<br>