[cfe-dev] bugfix(1908): http://llvm.org/bugs/show_bug.cgi?id=1908
Eli Friedman
eli.friedman at gmail.com
Tue Jan 22 17:30:03 PST 2008
On Jan 22, 2008 2:51 PM, Csaba Hruska <csaba.hruska at gmail.com> wrote:
> this is the final bugfix, i've tested with the test cases in the test
> directory, and this doesnt changed the result, so it doesnt break any other
> stuff :)
Hmm, looks generally reasonable... how does it work with the following testcase?
static int a;
extern int a = 10;
(a should have internal linkage and be initialized to 10.)
-Eli
More information about the cfe-dev
mailing list