From 3a8f68e4cb9768dc69eca4acf1cd110b84855589 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 20 Feb 2005 23:31:49 +0000 Subject: [PATCH] Bug fixed. llvm-svn: 20260 --- llvm/docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 961dab1f7455..062921659bb3 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -168,6 +168,8 @@ were fixed: bitfield <-> aggregate assignment
  • [llvm-g++] Error compiling virtual function thunk with an unnamed argument
  • +
  • [llvm-gcc] Crash on certain + C99 complex number routines