summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-25 06:31:42 +0000
committerChris Lattner <sabre@nondot.org>2004-11-25 06:31:42 +0000
commit4df69b835224e9632139ce5b43d02a39204cf8c8 (patch)
tree1ef5d1fba89328dbc7ae3dae441b5e767d15827c /docs
parentfb0ac971fac378fdbdc6c3381cefd6764c31fe7b (diff)
downloadllvm-4df69b835224e9632139ce5b43d02a39204cf8c8.tar.gz
llvm-4df69b835224e9632139ce5b43d02a39204cf8c8.tar.bz2
llvm-4df69b835224e9632139ce5b43d02a39204cf8c8.tar.xz
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18237 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index eeeb195e16..73d3832015 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -216,6 +216,8 @@ were fixed:</a>
<li><a href="http://llvm.cs.uiuc.edu/PR445">[llvmg++] not enough templates are instantiated</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR450">[llvmg++] Extern const globals cannot be
marked 'constant' if they have nontrivial ctors or dtors</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR461">[llvmgcc] Crash compiling unnamed
+ bitfield which does not increase struct size</a></li>
</ol>
<p>Bugs fixed in the Sparc V9 back-end:</p>