Eli Friedman wrote:-

> Testcase:
> int test() {
> int a[10];
> int b[10] = a;
> }
> 
> gives the following error:
> error: incompatible type initializing 'int [10]', expected 'int [10]'
> 
> which is completely confusing.

I don't see how that message can make sense in any context.  I'd
expect it to be complaining about initializing x with y.

Neil.
_______________________________________________
cfe-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to