From: Chris Lattner Date: Fri, 14 Nov 2003 06:42:01 +0000 (+0000) Subject: Bugz come in, bugs go out X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6e4046f425ed87aba874809f14a4a591687af2f5;p=oota-llvm.git Bugz come in, bugs go out git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9995 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 92fe1b1c507..d38ee6667dc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -137,6 +137,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
  • +
  • [bcreader] Incorrect cast causes misread forward constant references
  • Casting a string constant to void crashes llvm-gcc
  • @@ -444,6 +445,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Wed Nov 12 16:48:33 CST 2003 +Last modified: Fri Nov 14 00:41:21 CST 2003