aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-08 17:20:50 +0000
committerChris Lattner <sabre@nondot.org>2004-01-08 17:20:50 +0000
commit1abc87ec00c0f7763a2db8d6fd600b25eda2efdd (patch)
treefb2a0c129e5f4d5fa6d007aa800d5701de0eacb9
parente6b72a2518c8e07882933885ba595166649fa652 (diff)
downloadexternal_llvm-1abc87ec00c0f7763a2db8d6fd600b25eda2efdd.zip
external_llvm-1abc87ec00c0f7763a2db8d6fd600b25eda2efdd.tar.gz
external_llvm-1abc87ec00c0f7763a2db8d6fd600b25eda2efdd.tar.bz2
New bugs fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10716 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 41cb531..b006fc5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -121,6 +121,7 @@ In this release, the following Quality of Implementation issues were fixed:
<li><a href="http://llvm.cs.uiuc.edu/PR135">JIT should lazily initialize global variables</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR192">[X86] X86 Backend never releases memory for machine code structures</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR196">[vmcore] OpaqueType objects memory leak</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR182">[llvmgcc] C front-end does not compile "extern inline" into linkonce</a></li>
</ol>
<!--=========================================================================-->
@@ -161,7 +162,7 @@ cause use of invalid pointers!</a></li>
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on memory
management functions in libc runtime to allow them to be overriden</a></li>
-<li></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR202">[llvm-gcc] asserts when an extern inline function is redefined</a></li>
</ol>
</div>