From 43a54ccb511ab40d3ec561a5529c768c1a9a98d2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 18 Nov 2003 23:04:02 +0000 Subject: [PATCH] Add a few new bugs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10073 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 45f559f4460..36db22c9c26 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -152,6 +152,9 @@ many platforms, such as X86.
  • Casting a string constant to void crashes llvm-gcc
  • [adce] ADCE considers blocks without postdominators to be unreachable
  • C front-end miscompiles unsigned enums whose LLVM types are signed
  • +
  • [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
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -454,6 +457,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Sun Nov 16 17:46:25 CST 2003 +Last modified: Tue Nov 18 14:56:05 CST 2003 -- 2.34.1