diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-12 05:15:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-12 05:15:04 +0000 |
commit | c43f91fb49b1db8c2fb922f48ee5fb6bb86881e8 (patch) | |
tree | 269c11972cd7df443651c23240c8eca9a860f772 | |
parent | 20cd43b2f6a03abf46282653b774046c80c02cf5 (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10770 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b006fc5a76..ec48afac37 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -163,6 +163,7 @@ cause use of invalid pointers!</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on memory management functions in libc runtime to allow them to be overriden</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR202">[llvm-gcc] asserts when an extern inline function is redefined</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR204">[llvmg++] Dynamically initialized constants cannot be marked 'constant'</a></li> </ol> </div> |