diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-15 07:02:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-15 07:02:12 +0000 |
commit | 5ad907a5e1b032a89ad0cc48ea75a578cf82ba25 (patch) | |
tree | bb32cb594f7470ee5573704d5a774dbe10ed8efd /docs/ReleaseNotes.html | |
parent | 8399e02a2cc9986e358bfe7fb73dbbd171d3a83e (diff) | |
download | external_llvm-5ad907a5e1b032a89ad0cc48ea75a578cf82ba25.zip external_llvm-5ad907a5e1b032a89ad0cc48ea75a578cf82ba25.tar.gz external_llvm-5ad907a5e1b032a89ad0cc48ea75a578cf82ba25.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4c575cd..90561d1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -162,6 +162,8 @@ were fixed:</a> initialization where static init will do</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR510">[llvmgcc] Field offset miscalculated for some structure fields following bit fields</a></li> + <li><a href="http://llvm.cs.uiuc.edu/PR513">[llvm-g++] Temporary lifetimes + incorrect for short circuit logical operations</a></li> </ol> </div> |