diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-16 21:39:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-16 21:39:04 +0000 |
commit | f580cdcc2219daaf133aebd52576fe0b926b8e90 (patch) | |
tree | 318e33c38f7c5e9eba35f2e5fe63219246b4fb3c | |
parent | 4dcd0d18ae89242e666327d9c55bd6be6ced60c7 (diff) |
Bug not fixed after all
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12446 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 057f94cf64..512db41f3a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -238,7 +238,6 @@ management functions in libc runtime to allow them to be overriden</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR204">[llvmg++] Dynamically initialized constants cannot be marked 'constant'</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR216">[llvmgcc] floating-point unary minus is incorrect for +0.0</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR221">[llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values</a></li> -<li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] miscompilation when a function is re-declared as static</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR272">[llvmgcc] Invalid code created for complex division operation</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR268">[llvmgcc] Incorrect code generation for pointer subtraction</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR261">[llvmg++] Crash assigning pointers-to-members with casted types</a></li> @@ -367,6 +366,9 @@ Initialization of global union variables can only be done <a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=162">with the largest union member</a>. </li> + +<li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] Error when an implicitly external function is re-declared as static</a></li> + </ul> </div> |