From 48c23141a273f92bce87a81fe72b7f094071549d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 19 Feb 2005 07:29:25 +0000 Subject: [PATCH] Bug fixed. llvm-svn: 20246 --- llvm/docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 90561d19a17c..a516cc18d531 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -164,6 +164,8 @@ were fixed: miscalculated for some structure fields following bit fields
  • [llvm-g++] Temporary lifetimes incorrect for short circuit logical operations
  • +
  • [llvm-gcc] Crash compiling + bitfield <-> aggregate assignment