Il 28/09/2010 22:42, Fariborz Jahanian ha scritto:
> Author: fjahanian
> Date: Tue Sep 28 15:42:35 2010
> New Revision: 114982
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=114982&view=rev
> Log:
> vla expressions used in __typeof__ must be evaluated.
> Fixes rdar://8476159.

Nice fix indeed!

If you are interested the same issue is present here:

void foo() {
  int x[] = { (char (*)[f()])0 };
}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to