From 52a451f4b8c1f09bcd90cfb924c7c3fd30dbd18a Mon Sep 17 00:00:00 2001 From: Chris Lattner <sabre@nondot.org> Date: Tue, 5 Oct 2004 00:23:02 +0000 Subject: [PATCH] Bug fixed llvm-svn: 16671 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9cb4f9aa8fc..d4534c25b07 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>