[LLVMbugs] [Bug 5800] [tblgen] invalid vtable initialization of object

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Dec 16 10:52:50 PST 2009


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


Douglas Gregor <dgregor at apple.com> changed:

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




--- Comment #7 from Douglas Gregor <dgregor at apple.com>  2009-12-16 12:52:50 ---
Fixed here:

 
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20091214/025503.html

Chris and Anders: we *could* turn off the zero-initialization code in C++98/03,
since that text wasn't actually in the standard. However, in the absence of
some important benchmark that slows down because of the zero-initialization
code, I'd like to keep C++98/03 and C++0x consistent in this regard.


-- 
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