From 502c481a8f83f19ad490eea41ae662adf27d02ce Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 12 Nov 2003 22:48:52 +0000 Subject: [PATCH] Add another fixed bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9945 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 cb16d7f16bd..fbbc747ac10 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -132,6 +132,7 @@ In this release, the following bugs in the previous release were fixed:

  • [c++] C++ Frontend lays out superclasses like anonymous bitfields!
  • AsmParser Misses Symbol Redefinition Error
  • gccld -Lfoo -lfoo fails to find ./foo/libfoo.a
  • +
  • Casting a string constant to void crashes llvm-gcc
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -438,6 +439,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Tue Nov 11 22:41:53 CST 2003 +Last modified: Wed Nov 12 16:48:33 CST 2003 -- 2.34.1