summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-05 00:23:02 +0000
committerChris Lattner <sabre@nondot.org>2004-10-05 00:23:02 +0000
commite4421b4e257f216f2dcd89256fe5b5335e10096c (patch)
treef0b33997129f1bb90df3fc82f8113d934eb9b8bc /docs
parentcbd141fa3355696c1810bf87c0e15a407a82dc1e (diff)
downloadllvm-e4421b4e257f216f2dcd89256fe5b5335e10096c.tar.gz
llvm-e4421b4e257f216f2dcd89256fe5b5335e10096c.tar.bz2
llvm-e4421b4e257f216f2dcd89256fe5b5335e10096c.tar.xz
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16671 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 9cb4f9aa8f..d4534c25b0 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -174,6 +174,8 @@ were fixed:</a>
<ol>
<li><a href="http://llvm.org/PR445">[llvmg++] not enough templates are instantiated</a></li>
+<li><a href="http://llvm.org/PR450">[llvmg++] Extern const globals cannot be
+marked 'constant' if they have nontrivial ctors or dtors</a></li>
</ol>
<p>Bugs fixed in the Sparc V9 back-end:</p>