From: Chris Lattner Date: Thu, 8 Jan 2004 17:20:50 +0000 (+0000) Subject: New bugs fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1abc87ec00c0f7763a2db8d6fd600b25eda2efdd;p=oota-llvm.git New bugs fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10716 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 41cb5317a19..b006fc5a76d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -121,6 +121,7 @@ In this release, the following Quality of Implementation issues were fixed:
  • JIT should lazily initialize global variables
  • [X86] X86 Backend never releases memory for machine code structures
  • [vmcore] OpaqueType objects memory leak
  • +
  • [llvmgcc] C front-end does not compile "extern inline" into linkonce
  • @@ -161,7 +162,7 @@ cause use of invalid pointers!
    1. Need weak linkage on memory management functions in libc runtime to allow them to be overriden
    2. -
    3. +
    4. [llvm-gcc] asserts when an extern inline function is redefined