From 399ed00319dc60c355c27566aecb5278b1dcb352 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Oct 2003 06:05:55 +0000 Subject: [PATCH] Another bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9580 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 02ea149e90d..2ffa98398dd 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -84,6 +84,7 @@ 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
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -380,6 +381,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Tue Oct 28 19:25:02 CST 2003 +Last modified: Wed Oct 29 00:04:57 CST 2003