From de3bb5796c2c16a25dc4316679ea85af4e6f3c80 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 5 Nov 2003 06:30:04 +0000 Subject: [PATCH] Add three more bugs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9728 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 76bc2506ead..6d8b99f9bbf 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -66,8 +66,6 @@ release implements the following new features:

  1. A new LLVM profiler, similar to gprof is available
  2. -
  3. temp
  4. -
  5. temp

In this release, the following Quality of Implementation issues were fixed:

@@ -98,6 +96,9 @@ In this release, the following bugs in the previous release were fixed:

  • CFrontend crashes when compiling C99 compound expressions
  • [X86] Emission of global bool initializers broken
  • llvm-gcc infinite loops on "case MAXINT:"
  • +
  • [C++] Catch blocks make unparsable labels
  • +
  • [C++] Initializing array with constructable objects fail
  • +
  • [gccld] The -r (relinking) option does not work correctly
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -404,6 +405,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Tue Nov 4 14:05:01 CST 2003 +Last modified: Wed Nov 5 00:07:20 CST 2003