On Jan 22, 2008 2:51 PM, Csaba Hruska <[EMAIL PROTECTED]> 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
_______________________________________________
cfe-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to