diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-19 07:29:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-19 07:29:25 +0000 |
commit | c1f90a9fce75d92357a390f456d55acc20ed089c (patch) | |
tree | 1c98791d0f296e0da5ffd070da52cfee28df60ac /docs/ReleaseNotes.html | |
parent | 630f340f8f958b2c48e341cfad49a7177dae55c4 (diff) | |
download | external_llvm-c1f90a9fce75d92357a390f456d55acc20ed089c.zip external_llvm-c1f90a9fce75d92357a390f456d55acc20ed089c.tar.gz external_llvm-c1f90a9fce75d92357a390f456d55acc20ed089c.tar.bz2 |
Bug fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20246 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 90561d1..a516cc1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -164,6 +164,8 @@ were fixed:</a> 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> + <li><a href="http://llvm.cs.uiuc.edu/PR517">[llvm-gcc] Crash compiling + bitfield <-> aggregate assignment</a></li> </ol> </div> |