From 5ad907a5e1b032a89ad0cc48ea75a578cf82ba25 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 15 Feb 2005 07:02:12 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20193 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) 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