> Ping.

I fixed the orignal issue already. The patch was correct, but we were
not merging function types at all, which I fixed in 168895.

> +1 for reverting this commit.
>
> When parsing the following C code:
>
> static int y;
> void foo(void) {
>   extern int y;
> }
>
> the second declaration of `y' is now getting external linkage, while it
> should be internal linkage (tested on r170126).

I will try to debug it Today or Tomorrow.

> Enea.
>

Cheers,
Rafael
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to