From 17a51cecfdf38bf268f6d5b426f760650e8471ad Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 18 Nov 2003 06:25:05 +0000 Subject: [PATCH] Add new bug fixed in the CFE git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10065 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 14b31d49d4f..45f559f4460 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -151,6 +151,7 @@ many platforms, such as X86.
  • [bcreader] Incorrect cast causes misread forward constant references
  • 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
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden -- 2.34.1