From: Chris Lattner Date: Tue, 15 Feb 2005 07:02:12 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ad907a5e1b032a89ad0cc48ea75a578cf82ba25;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20193 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4c575cd24f5..90561d19a17 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -162,6 +162,8 @@ were fixed: initialization where static init will do
  • [llvmgcc] Field offset miscalculated for some structure fields following bit fields
  • +
  • [llvm-g++] Temporary lifetimes + incorrect for short circuit logical operations