[LLVMbugs] [Bug 509] [llvm-g++] Do not use dynamic initialization where static init will do
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Feb 13 19:24:42 PST 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=509
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|--- |1.5
------- Additional Comments From sabre at nondot.org 2005-02-13 21:24 -------
Fixed. Testcase here:
test/Regression/C++Frontend/2005-02-13-BadDynamicInit.cpp
Primary patch here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050207/024086.html
Note that this patch is the correct fix for some old ugly gross hacky code that
worked around bugs in GCC. As such, these patches are now in to revert the
ugliness:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050207/024087.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050207/024088.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050207/024089.html
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list