aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-28 00:43:59 +0000
committerChris Lattner <sabre@nondot.org>2004-11-28 00:43:59 +0000
commit87c74b7ec4e9bb5714fa81e5a23bee702d117f83 (patch)
tree5c7ecdfa23e3202603a74f3f9677af476b3c0d33
parent1b64141716550fb8ffc9276ab5053b29bad7bb5c (diff)
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18297 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ad595478d1..14dc7eb8c5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -266,8 +266,10 @@ were fixed:</a>
array with constructors in hard EH situations</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR397">[llvm-gcc] Inline function
redefinitions error due to 'asm' function rename</a></li>
- <li><A href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] Error when an
+ <li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] Error when an
implicitly external function is re-declared as static</a></li>
+ <li><a href="http://llvm.cs.uiuc.edu/PR360">[llvmgcc] Structure field with
+ non-constant offset crashes llvmgcc</a></li>
</ol>
<p>Bugs fixed in the Sparc V9 back-end:</p>