[LLVMbugs] [Bug 5329] Global ctor/dtor priorities not codegened correctly

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Aug 28 06:19:16 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=5329

Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Duncan Sands <baldrick at free.fr> 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.



More information about the llvm-bugs mailing list