[cfe-commits] r168410 - /cfe/trunk/lib/AST/Decl.cpp

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sat Dec 15 07:00:59 PST 2012


> 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



More information about the cfe-commits mailing list