From: Chris Lattner Date: Wed, 19 Nov 2003 01:08:24 +0000 (+0000) Subject: More bugz X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ff1a9272d6d1b3eda313580e94dc69387d07346;p=oota-llvm.git More bugz git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10077 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 36db22c9c26..2f16adb8a16 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -155,6 +155,8 @@ many platforms, such as X86.
  • [X86] div and rem constant exprs invalidate iterators!
  • [llvmg++] Enum types are incorrectly shrunk to smaller than 'int' size
  • [llvmg++] Cannot use pointer to member to initialize global
  • +
  • [vmcore] Symbol table doesn't rename colliding variables during type resolution
  • +
  • [llvm-gcc] ?: operator as lvalue not implemented
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -457,6 +459,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Tue Nov 18 14:56:05 CST 2003 +Last modified: Tue Nov 18 19:06:34 CST 2003