From 290d2293b9bac753ada843a62fa104da5aeecb39 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 20 Feb 2005 23:31:49 +0000 Subject: [PATCH] Bug fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20260 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 961dab1f745..062921659bb 100644 --- a/docs/ReleaseNotes.html +++ b/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