http://llvm.org/bugs/show_bug.cgi?id=5329
Duncan Sands <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Duncan Sands <[email protected]> 2011-08-28 08:19:15 CDT --- Fixed here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110822/127083.html By the way, I think the multiple file testcase is wrong because it assumes that the bar and baz constructors will run before the foobar constructor. Since all of these constructors have the same priority, there is no reason for this to be the case. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
