From 32547fe715601739bd588e94013052c190a45c44 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Oct 2003 07:17:13 +0000 Subject: [PATCH] New bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9581 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2ffa98398dd..62679437055 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -84,7 +84,8 @@ In this release, the following bugs in the previous release were fixed:

  • C++ frontend can crash when compiling virtual base classes
  • C backend fails on constant cast expr to ptr-to-anonymous struct
  • #ident is not recognized by C frontend
  • -
  • [constmerge] Constant merging pass merges constants with external linkage
  • +
  • [constmerge] Constant merging pass merges constants with external linkage
  • +
  • C front-end miscompiles the builtin_expect intrinsic!
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -381,6 +382,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Wed Oct 29 00:04:57 CST 2003 +Last modified: Wed Oct 29 01:15:45 CST 2003