From f733073f96e54acbf082d7127839c71e61f37459 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 26 Nov 2003 08:20:34 +0000 Subject: [PATCH] Bugz die! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10238 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 7bebd619c33..b8d817ff6e6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -125,6 +125,8 @@ cases).
  • Methods and functions in anonymous namespaces now get internal linkage.
  • +
  • Constant initializers now generate loops instead of potentially huge amounts of straight-line code.
  • +

    In this release, the following bugs in the previous release were fixed:

    @@ -178,13 +180,14 @@ many platforms, such as X86.
  • crash assigning into an array in a struct which contains a bitfield.
  • Oversized integer bitfields cause crash
  • gccld produces a runner script that includes command-line options to load the necessary shared objects
  • -
  • [llvm-gcc] Bitfields & large array don't mix well
  • +
  • [llvm-gcc] Bitfields & large array don't mix well
  • [llvm-gcc] Complex division is not supported
  • [llvm-gcc] Illegal union field reference
  • [llvmg++] Front-end attempts to return structure by value
  • [llvmg++] Pointer to member initializers not supported in constructors
  • [llvm-gcc] crash on union initialization
  • [llvm-g++] ?: expressions do not run correct number of destructors!
  • +
  • [llvm-gcc] Pointer & constant results in invalid shift
  • At this time, LLVM is known to work properly with SPEC CPU 2000 (X86 only), -- 2.34.1