From 0548bc247209ba89d2f8a194618d7b310d23f280 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 26 Nov 2003 08:20:34 +0000 Subject: [PATCH] Bugz die! llvm-svn: 10238 --- llvm/docs/ReleaseNotes.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 7bebd619c331..b8d817ff6e6c 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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),