diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-10-05 00:23:02 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-10-05 00:23:02 +0000 |
| commit | 2426ff991c54134bb018cfd3efea64bee8c8800c (patch) | |
| tree | 024f81f6fc736fcfbde710c68b0c3747d7548206 /llvm/docs | |
| parent | db76a3db913ef197b85ee15ca7b1bad6976e0c57 (diff) | |
| download | bcm5719-llvm-2426ff991c54134bb018cfd3efea64bee8c8800c.tar.gz bcm5719-llvm-2426ff991c54134bb018cfd3efea64bee8c8800c.zip | |
Bug fixed
llvm-svn: 16671
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 9cb4f9aa8fc..d4534c25b07 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

