From: Chris Lattner Date: Tue, 5 Oct 2004 00:23:02 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e4421b4e257f216f2dcd89256fe5b5335e10096c;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16671 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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:
  1. [llvmg++] not enough templates are instantiated
  2. +
  3. [llvmg++] Extern const globals cannot be +marked 'constant' if they have nontrivial ctors or dtors

Bugs fixed in the Sparc V9 back-end: