diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-03 04:20:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-03 04:20:21 +0000 |
commit | 8de9f23fda43d2fceab37aff018f7b54d7abf7e8 (patch) | |
tree | 8eae72fd6eaf57e1ab09dfcbdbf337a8bb701d88 /docs | |
parent | 7773fe42022e6b92a08e1623c86a0e8f48c97491 (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 a0f78774c7..8baa90b38d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -141,7 +141,9 @@ were fixed:</a> <p>Bugs in the C/C++ front-end:</p> <ol> - <li></li> + <li><a href="http://llvm.cs.uiuc.edu/PR487">[llvmgcc] llvm-gcc incorrectly + rejects some constant initializers involving the addresses of array + elements</a></li> </ol> </div> |