From 94f6ac7258b1af5e6f580f2ef05e027fe4087eb8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 19 Feb 2005 17:13:20 +0000 Subject: [PATCH] Bug fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20249 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 a516cc18d53..ed6da149b44 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -166,6 +166,8 @@ were fixed: incorrect for short circuit logical operations
  • [llvm-gcc] Crash compiling bitfield <-> aggregate assignment
  • +
  • [llvm-g++] Error compiling + virtrual function thunk with an unnamed argument
  • -- 2.34.1